From a544b5828fecf0e6a984a4a43bf52542574864b2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 24 Apr 2023 09:39:16 +0200 Subject: [PATCH] python310Packages.pyunifiprotect: 4.8.1 -> 4.8.2 Diff: https://github.com/briis/pyunifiprotect/compare/refs/tags/v4.8.1...v4.8.2 Changelog: https://github.com/AngellusMortis/pyunifiprotect/releases/tag/v4.8.2 --- pkgs/development/python-modules/pyunifiprotect/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyunifiprotect/default.nix b/pkgs/development/python-modules/pyunifiprotect/default.nix index 180741a8792e..4d886196648b 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 = ''