Merge pull request #21981 from erictapen/python27Packages.influxdb-update
python27Packages.influxdb: 0.1.12 -> 4.0.0
This commit is contained in:
commit
b502bba10b
@ -12888,16 +12888,16 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
influxdb = buildPythonPackage rec {
|
influxdb = buildPythonPackage rec {
|
||||||
name = "influxdb-0.1.12";
|
name = "influxdb-4.0.0";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/i/influxdb/${name}.tar.gz";
|
url = "mirror://pypi/i/influxdb/${name}.tar.gz";
|
||||||
sha256 = "6b5ea154454b86d14f2a3960d180e666ba9863da964032dacf2b50628e774a33";
|
sha256 = "0injsml6zmb3hkgc03117fdlg573kbfgjbijpd5npf0vsy0xnpvz";
|
||||||
};
|
};
|
||||||
|
|
||||||
# ImportError: No module named tests
|
# ImportError: No module named tests
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
propagatedBuildInputs = with self; [ requests ];
|
propagatedBuildInputs = with self; [ requests2 dateutil pytz six ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Python client for InfluxDB";
|
description = "Python client for InfluxDB";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user