Merge pull request #296542 from r-ryantm/auto-update/python312Packages.pyunifiprotect

python312Packages.pyunifiprotect: 4.23.4 -> 5.0.1
This commit is contained in:
Fabian Affolter 2024-03-17 07:36:23 +01:00 committed by GitHub
commit 516d443d4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,7 @@
buildPythonPackage rec {
pname = "pyunifiprotect";
version = "4.23.4";
version = "5.0.1";
pyproject = true;
disabled = pythonOlder "3.9";
@ -41,7 +41,7 @@ buildPythonPackage rec {
owner = "briis";
repo = "pyunifiprotect";
rev = "refs/tags/v${version}";
hash = "sha256-sBdu4XJkEtHf6dlHgJKFQvONp1x89NiS2EgxMiJFX7A=";
hash = "sha256-19Ne8Jk0O1DjFVr286wpn9gdheNXOHHrIE9EgQNNB4w=";
};
env.SETUPTOOLS_SCM_PRETEND_VERSION = version;