Merge pull request #274679 from fabaff/pyunifiprotect-bump

python311Packages.pyunifiprotect: 4.22.0 -> 4.22.3
This commit is contained in:
Fabian Affolter
2023-12-16 15:22:45 +01:00
committed by GitHub
@@ -32,7 +32,7 @@
buildPythonPackage rec {
pname = "pyunifiprotect";
version = "4.22.0";
version = "4.22.3";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -41,7 +41,7 @@ buildPythonPackage rec {
owner = "briis";
repo = "pyunifiprotect";
rev = "refs/tags/v${version}";
hash = "sha256-qzom1mLTfP683GCYlUav/MlOkYj+AiEe13b74ceW7gI=";
hash = "sha256-KpijjKy5poiWghupXq8rNCtzuPXsPgu+ePAowhzOSYI=";
};
env.SETUPTOOLS_SCM_PRETEND_VERSION = version;