From 9c69cadafe42848a944ae21e0ee5743a40f27f78 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 11 Sep 2023 21:08:09 +0200 Subject: [PATCH] python311Packages.pyunifiprotect: 4.10.6 -> 4.20.0 Diff: https://github.com/briis/pyunifiprotect/compare/refs/tags/v4.10.6...v4.20.0 Changelog: https://github.com/AngellusMortis/pyunifiprotect/releases/tag/v4.20.0 --- 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 e9ec506d6d4b..65dc66a3fc7a 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.10.6"; + version = "4.20.0"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -40,7 +40,7 @@ buildPythonPackage rec { owner = "briis"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-vO60QMr+J3tE7ZIU7fZP27jMuPeCJH56Hbhjek5ZfXI="; + hash = "sha256-d4pMswABy/KFO2adwufSRRsj879O894nphh3MEjZOl0="; }; postPatch = ''