python311Packages.pyunifiprotect: 4.22.5 -> 4.23.2

This commit is contained in:
R. Ryantm 2024-01-11 10:31:51 +00:00
parent 7f311dd922
commit f81e20320f

View File

@ -32,7 +32,7 @@
buildPythonPackage rec {
pname = "pyunifiprotect";
version = "4.22.5";
version = "4.23.2";
pyproject = true;
disabled = pythonOlder "3.9";
@ -41,7 +41,7 @@ buildPythonPackage rec {
owner = "briis";
repo = "pyunifiprotect";
rev = "refs/tags/v${version}";
hash = "sha256-xfpEI5aI1WGaD63mTMzLlDqIxfCrXWLpIpO6tIlObxE=";
hash = "sha256-X4LRi2hNpKgnmk3GeoI+ziboBKIosSZye5lPWaBPL1s=";
};
env.SETUPTOOLS_SCM_PRETEND_VERSION = version;