about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2021-11-09 14:05:06 +0100
committerGitHub <noreply@github.com>2021-11-09 14:05:06 +0100
commitd8ed7f72fb1fa59730c220548d57d88b4d233d2b (patch)
treeba6105605308d289b58bab0884ffaf2ecdab24ce /pkgs/development/python-modules
parent30f982bc819b986c688c4ce8aebf5e821e600c3b (diff)
parentd6ed5e13e7441aed91ec9faf75b39ee79edcecfd (diff)
Merge pull request #145133 from fabaff/bump-velbus-aio
python3Packages.velbus-aio: 2021.11.0 -> 2021.11.6
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/velbus-aio/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/velbus-aio/default.nix b/pkgs/development/python-modules/velbus-aio/default.nix
index 1770472a2d8bf..506f775abd31f 100644
--- a/pkgs/development/python-modules/velbus-aio/default.nix
+++ b/pkgs/development/python-modules/velbus-aio/default.nix
@@ -9,7 +9,7 @@
 
 buildPythonPackage rec {
   pname = "velbus-aio";
-  version = "2021.11.0";
+  version = "2021.11.6";
 
   disabled = pythonOlder "3.7";
 
@@ -17,7 +17,7 @@ buildPythonPackage rec {
     owner = "Cereal2nd";
     repo = pname;
     rev = version;
-    sha256 = "sha256-4N1wamy0nqAmVezOd3kBicUAZXRob8gNA89N3fY1Y7o=";
+    sha256 = "sha256-Vm/CgrSSCU76CzAxCtpMsE8/GtPE9SlfqDyzYp4Gc8E=";
   };
 
   propagatedBuildInputs = [