about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-02-25 22:10:46 +0100
committerGitHub <noreply@github.com>2024-02-25 22:10:46 +0100
commite42515803af2ef598d479563d84e4c0b1b300e7e (patch)
treec5b7a483e353dc9b8d4a860cf760d384a8bebf05
parent8d695df3a4d72ecae9bcce53b08412a3ea8d3d10 (diff)
parent7a0bebd7c1ec3beb6edc741d83df06d142b4bbc6 (diff)
Merge pull request #291326 from fabaff/pyunifiprotect-bump
python311Packages.pyunifiprotect: 4.23.3 -> 4.23.4
-rw-r--r--pkgs/development/python-modules/pyunifiprotect/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pyunifiprotect/default.nix b/pkgs/development/python-modules/pyunifiprotect/default.nix
index cc846a024d8e7..79b940d5be1d7 100644
--- a/pkgs/development/python-modules/pyunifiprotect/default.nix
+++ b/pkgs/development/python-modules/pyunifiprotect/default.nix
@@ -32,7 +32,7 @@
 
 buildPythonPackage rec {
   pname = "pyunifiprotect";
-  version = "4.23.3";
+  version = "4.23.4";
   pyproject = true;
 
   disabled = pythonOlder "3.9";
@@ -41,7 +41,7 @@ buildPythonPackage rec {
     owner = "briis";
     repo = "pyunifiprotect";
     rev = "refs/tags/v${version}";
-    hash = "sha256-QWIiBuKDhSNYVyEm45QV4a2UxADDrBdiCBeJI+a6v7c=";
+    hash = "sha256-sBdu4XJkEtHf6dlHgJKFQvONp1x89NiS2EgxMiJFX7A=";
   };
 
   env.SETUPTOOLS_SCM_PRETEND_VERSION = version;