Merge pull request #280255 from r-ryantm/auto-update/python311Packages.pyunifiprotect

python311Packages.pyunifiprotect: 4.22.5 -> 4.23.2
This commit is contained in:
Nick Cao
2024-01-11 15:59:14 -05:00
committed by GitHub
@@ -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;