about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-01-03 21:31:25 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-01-03 23:02:52 +0100
commitd5c39a4b922a6cd7b32b5ac3eee2491a55d35f4f (patch)
tree2789f08667f974c0c24d16954ec76e7a3f51f1b7 /pkgs
parent245ecb47663ad461e1e89e9b07795ccdb6bb4ff0 (diff)
python311Packages.pyunifiprotect: 4.22.4 -> 4.22.5
https://github.com/AngellusMortis/pyunifiprotect/releases/tag/v4.22.5
Diffstat (limited to 'pkgs')
-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 5fcd6003dc844..929ea0dbaf228 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.22.4";
+  version = "4.22.5";
   pyproject = true;
 
   disabled = pythonOlder "3.9";
@@ -41,7 +41,7 @@ buildPythonPackage rec {
     owner = "briis";
     repo = "pyunifiprotect";
     rev = "refs/tags/v${version}";
-    hash = "sha256-xob7TmcI4hfxFmjspNfpdNEQBIJnyisykEcvr63s/d8=";
+    hash = "sha256-xfpEI5aI1WGaD63mTMzLlDqIxfCrXWLpIpO6tIlObxE=";
   };
 
   env.SETUPTOOLS_SCM_PRETEND_VERSION = version;