Merge pull request #21981 from erictapen/python27Packages.influxdb-update

python27Packages.influxdb: 0.1.12 -> 4.0.0
This commit is contained in:
Jörg Thalheim 2017-01-19 09:25:43 +01:00 committed by GitHub
commit b502bba10b

View file

@ -12888,16 +12888,16 @@ in {
};
influxdb = buildPythonPackage rec {
name = "influxdb-0.1.12";
name = "influxdb-4.0.0";
src = pkgs.fetchurl {
url = "mirror://pypi/i/influxdb/${name}.tar.gz";
sha256 = "6b5ea154454b86d14f2a3960d180e666ba9863da964032dacf2b50628e774a33";
sha256 = "0injsml6zmb3hkgc03117fdlg573kbfgjbijpd5npf0vsy0xnpvz";
};
# ImportError: No module named tests
doCheck = false;
propagatedBuildInputs = with self; [ requests ];
propagatedBuildInputs = with self; [ requests2 dateutil pytz six ];
meta = {
description = "Python client for InfluxDB";