about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-03-22 11:59:59 +0100
committerGitHub <noreply@github.com>2022-03-22 11:59:59 +0100
commit8322b25a327d36e22e8fe5453601d5432d62877e (patch)
treee883ac699a33b9925a930ba38ac6687a9c50d1be /pkgs/development/python-modules
parent61546de2e76ac5c897d96de0779f50ffa69b9948 (diff)
parent006f552af4a93768f9ab487623cf909b127b8229 (diff)
downloadnixlib-8322b25a327d36e22e8fe5453601d5432d62877e.tar
nixlib-8322b25a327d36e22e8fe5453601d5432d62877e.tar.gz
nixlib-8322b25a327d36e22e8fe5453601d5432d62877e.tar.bz2
nixlib-8322b25a327d36e22e8fe5453601d5432d62877e.tar.lz
nixlib-8322b25a327d36e22e8fe5453601d5432d62877e.tar.xz
nixlib-8322b25a327d36e22e8fe5453601d5432d62877e.tar.zst
nixlib-8322b25a327d36e22e8fe5453601d5432d62877e.zip
Merge pull request #165235 from fabaff/bump-pyvesync
python3Packages.pyvesync: 1.4.3 -> 2.0.0
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/pyvesync/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pyvesync/default.nix b/pkgs/development/python-modules/pyvesync/default.nix
index 1cd6de8ef41b..96669c52634b 100644
--- a/pkgs/development/python-modules/pyvesync/default.nix
+++ b/pkgs/development/python-modules/pyvesync/default.nix
@@ -7,14 +7,14 @@
 
 buildPythonPackage rec {
   pname = "pyvesync";
-  version = "1.4.3";
+  version = "2.0.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.6";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-DEDgZXMQrINYImXaWmv/7W7q8RvqK8oMG/B2XsDdZDM=";
+    sha256 = "sha256-+054tFirjMF3sGLRpTVCZ3V2KN627b57+fFl6GBMMcU=";
   };
 
   propagatedBuildInputs = [