From 9726a7860281f369afeec59dec327e1a8e2cc424 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 2 Jun 2023 02:52:10 +0200 Subject: [PATCH] python310Packages.pyunifiprotect: 4.9.0 -> 4.9.1 Diff: https://github.com/briis/pyunifiprotect/compare/refs/tags/v4.9.0...v4.9.1 Changelog: https://github.com/AngellusMortis/pyunifiprotect/releases/tag/v4.9.1 --- 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 92a8690d2786..c2d92b9d789c 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.9.0"; + version = "4.9.1"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -40,7 +40,7 @@ buildPythonPackage rec { owner = "briis"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-fIkZh/fkeVzQyEa4goGnaCxOWsKLKRlw+0/nGBDmKlY="; + hash = "sha256-ESTJx3wyM59yzfEykYFobgInQVBEzESCIl2dhTOGUKw="; }; postPatch = ''