about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-09-18 15:23:47 +0200
committerGitHub <noreply@github.com>2023-09-18 15:23:47 +0200
commit8544b0d65a0d1077ea260499f0cec0e4904a2aab (patch)
tree71e6edac09da225a2513cb16c113dfbc27065083 /pkgs
parent1b7e6a09be411fafb12b3af296fc4972f56bda43 (diff)
parent22d3caa6b261a2fe580392cb2fd9da1039865f13 (diff)
Merge pull request #255827 from fabaff/pyunifiprotect-bump
python311Packages.pyunifiprotect: 4.20.0 -> 4.21.0
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 65dc66a3fc7a1..00b0f3740c352 100644
--- a/pkgs/development/python-modules/pyunifiprotect/default.nix
+++ b/pkgs/development/python-modules/pyunifiprotect/default.nix
@@ -31,7 +31,7 @@
 
 buildPythonPackage rec {
   pname = "pyunifiprotect";
-  version = "4.20.0";
+  version = "4.21.0";
   format = "pyproject";
 
   disabled = pythonOlder "3.9";
@@ -40,7 +40,7 @@ buildPythonPackage rec {
     owner = "briis";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-d4pMswABy/KFO2adwufSRRsj879O894nphh3MEjZOl0=";
+    hash = "sha256-BFcICpWq0aBjEww9EuO6UH8oGX8fufernFqh/gihIrM=";
   };
 
   postPatch = ''