about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-04-24 23:26:45 +0200
committerGitHub <noreply@github.com>2023-04-24 23:26:45 +0200
commit3d3cfd0e91ed486d40484b2f1685f81e3991b9d4 (patch)
tree878fe2dab7667e8bbdaaedb0556dc6dd1d432e18
parentec877f12b4565034a45e6bbe36d2c1742131a4cc (diff)
parenta544b5828fecf0e6a984a4a43bf52542574864b2 (diff)
Merge pull request #227921 from fabaff/pyunifiprotect-bump
python310Packages.pyunifiprotect: 4.8.1 -> 4.8.2
-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 180741a8792ec..4d886196648b7 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.8.1";
+  version = "4.8.2";
   format = "pyproject";
 
   disabled = pythonOlder "3.9";
@@ -40,7 +40,7 @@ buildPythonPackage rec {
     owner = "briis";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-+fZtzSUTObWkLQ7Nq6pCP+vN1+OUFi3d8AJdr5FGI+k=";
+    hash = "sha256-NjoTUK1Tg2RqREI2DDT86mDO4rS5iZk+cffaGWLVSyc=";
   };
 
   postPatch = ''