Merge pull request #21981 from erictapen/python27Packages.influxdb-update
python27Packages.influxdb: 0.1.12 -> 4.0.0
This commit is contained in:
commit
b502bba10b
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue