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

python27Packages.influxdb: 0.1.12 -> 4.0.0

authored by

Jörg Thalheim and committed by
GitHub
b502bba1 d1c3cc63

+3 -3
+3 -3
pkgs/top-level/python-packages.nix
··· 12888 12888 }; 12889 12889 12890 12890 influxdb = buildPythonPackage rec { 12891 - name = "influxdb-0.1.12"; 12891 + name = "influxdb-4.0.0"; 12892 12892 12893 12893 src = pkgs.fetchurl { 12894 12894 url = "mirror://pypi/i/influxdb/${name}.tar.gz"; 12895 - sha256 = "6b5ea154454b86d14f2a3960d180e666ba9863da964032dacf2b50628e774a33"; 12895 + sha256 = "0injsml6zmb3hkgc03117fdlg573kbfgjbijpd5npf0vsy0xnpvz"; 12896 12896 }; 12897 12897 12898 12898 # ImportError: No module named tests 12899 12899 doCheck = false; 12900 - propagatedBuildInputs = with self; [ requests ]; 12900 + propagatedBuildInputs = with self; [ requests2 dateutil pytz six ]; 12901 12901 12902 12902 meta = { 12903 12903 description = "Python client for InfluxDB";