about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-10-28 10:27:42 +0200
committerGitHub <noreply@github.com>2023-10-28 10:27:42 +0200
commit938a0a3b53b9d2aa8d20ce75814cafdf2ec12deb (patch)
treedf7469e82c6cd433eaa745dc827526d6f4dfa4fb
parent86707945659e730bc7af48969d0898a765ee4c05 (diff)
parent057316d14aff457d2b1704ed6d65e66b1208ead1 (diff)
downloadnixlib-938a0a3b53b9d2aa8d20ce75814cafdf2ec12deb.tar
nixlib-938a0a3b53b9d2aa8d20ce75814cafdf2ec12deb.tar.gz
nixlib-938a0a3b53b9d2aa8d20ce75814cafdf2ec12deb.tar.bz2
nixlib-938a0a3b53b9d2aa8d20ce75814cafdf2ec12deb.tar.lz
nixlib-938a0a3b53b9d2aa8d20ce75814cafdf2ec12deb.tar.xz
nixlib-938a0a3b53b9d2aa8d20ce75814cafdf2ec12deb.tar.zst
nixlib-938a0a3b53b9d2aa8d20ce75814cafdf2ec12deb.zip
Merge pull request #263886 from r-ryantm/auto-update/python311Packages.zwave-js-server-python
python311Packages.zwave-js-server-python: 0.52.1 -> 0.53.1
-rw-r--r--pkgs/development/python-modules/zwave-js-server-python/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/zwave-js-server-python/default.nix b/pkgs/development/python-modules/zwave-js-server-python/default.nix
index 105dbbbe0424..52f2422bab85 100644
--- a/pkgs/development/python-modules/zwave-js-server-python/default.nix
+++ b/pkgs/development/python-modules/zwave-js-server-python/default.nix
@@ -10,7 +10,7 @@
 
 buildPythonPackage rec {
   pname = "zwave-js-server-python";
-  version = "0.52.1";
+  version = "0.53.1";
   format = "setuptools";
 
   disabled = pythonOlder "3.11";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
     owner = "home-assistant-libs";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-+zGLWti99mYTyPkSxiYgE5RqVvEr2PGt8vFwesjcquo=";
+    hash = "sha256-WfKZraF/mh1YTgK2YXnP5JHqjj5oWI9PeZAvt75btr8=";
   };
 
   propagatedBuildInputs = [