python37Packages.influxdb: 5.2.1 -> 5.2.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-influxdb/versions (cherry picked from commit b20f2d007947988b57c0164f774fbd4f58f0d78e)
This commit is contained in:
parent
3f0f9a017d
commit
fffcccfb23
1 changed files with 2 additions and 2 deletions
|
@ -9,11 +9,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "influxdb";
|
||||
version = "5.2.1";
|
||||
version = "5.2.2";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1dp3fakzp0fqdajf6xsfmisdwj1avk4lvxjmw5k9wkhdbpi6vnbm";
|
||||
sha256 = "0hriag4d4gx4bsqisiz29478sj54b215p6xzmshlw6x9af4z5vxg";
|
||||
};
|
||||
|
||||
# ImportError: No module named tests
|
||||
|
|
Loading…
Reference in a new issue