about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-10-04 09:09:11 +0200
committerGitHub <noreply@github.com>2022-10-04 09:09:11 +0200
commitd010cc4b38ae32ab4ebba76d087c2ee9d4e8e1d3 (patch)
tree14e9f63b578dc253cbe0a48ce21d431264cc86ba /pkgs
parentd69febc0372716fbd52de2127ae550765fa2221c (diff)
parent635a92a26afecc6be4f90fe4f38768e111296043 (diff)
Merge pull request #194175 from fabaff/velbus-aio-bump
python310Packages.velbus-aio: 2022.9.1 -> 2022.10.1
Diffstat (limited to 'pkgs')
-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 e001ce95d03ee..ab367f615a0ab 100644
--- a/pkgs/development/python-modules/velbus-aio/default.nix
+++ b/pkgs/development/python-modules/velbus-aio/default.nix
@@ -10,7 +10,7 @@
 
 buildPythonPackage rec {
   pname = "velbus-aio";
-  version = "2022.9.1";
+  version = "2022.10.1";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
     owner = "Cereal2nd";
     repo = pname;
     rev = version;
-    sha256 = "sha256-sJ90vfw3JefDsafmEc5sUtPxlQJ4CPtWHpY+mp1cMw8=";
+    sha256 = "sha256-/CwBe8S2aiOhNqs7LksthcZv0AXIaYFtw024toN1ivs=";
     fetchSubmodules = true;
   };