From ff298e19c423e297ddff5c126bb97d61a65ce29f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 31 Mar 2024 11:23:31 +0200 Subject: [PATCH] python311Packages.pyunifiprotect: 5.1.1 -> 5.1.2 Diff: https://github.com/briis/pyunifiprotect/compare/refs/tags/v5.1.1...v5.1.2 Changelog: https://github.com/AngellusMortis/pyunifiprotect/releases/tag/v5.1.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 5356fd2e4ac0..7b7a042ad8be 100644 --- a/pkgs/development/python-modules/pyunifiprotect/default.nix +++ b/pkgs/development/python-modules/pyunifiprotect/default.nix @@ -33,7 +33,7 @@ buildPythonPackage rec { pname = "pyunifiprotect"; - version = "5.1.1"; + version = "5.1.2"; pyproject = true; disabled = pythonOlder "3.9"; @@ -42,7 +42,7 @@ buildPythonPackage rec { owner = "briis"; repo = "pyunifiprotect"; rev = "refs/tags/v${version}"; - hash = "sha256-7D6/mIU3M4dfIa+lCgcc3APKVPCsZei+4Er+sxIxcHo="; + hash = "sha256-DtQm6u3O0kdVJ23Ch+hJQ6HTOt5iAMdhCzC1K/oICWk="; }; env.SETUPTOOLS_SCM_PRETEND_VERSION = version;