python311Packages.pyunifiprotect: 4.22.4 -> 4.22.5

https://github.com/AngellusMortis/pyunifiprotect/releases/tag/v4.22.5
This commit is contained in:
Martin Weinelt
2024-01-03 23:02:52 +01:00
parent 245ecb4766
commit d5c39a4b92
@@ -32,7 +32,7 @@
buildPythonPackage rec {
pname = "pyunifiprotect";
version = "4.22.4";
version = "4.22.5";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -41,7 +41,7 @@ buildPythonPackage rec {
owner = "briis";
repo = "pyunifiprotect";
rev = "refs/tags/v${version}";
hash = "sha256-xob7TmcI4hfxFmjspNfpdNEQBIJnyisykEcvr63s/d8=";
hash = "sha256-xfpEI5aI1WGaD63mTMzLlDqIxfCrXWLpIpO6tIlObxE=";
};
env.SETUPTOOLS_SCM_PRETEND_VERSION = version;