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

python311Packages.pyunifiprotect: 4.22.3 -> 4.22.4
This commit is contained in:
Fabian Affolter 2023-12-31 16:59:43 +01:00 committed by GitHub
commit 9c60f1b53f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@
buildPythonPackage rec {
pname = "pyunifiprotect";
version = "4.22.3";
version = "4.22.4";
pyproject = true;
disabled = pythonOlder "3.9";
@ -41,7 +41,7 @@ buildPythonPackage rec {
owner = "briis";
repo = "pyunifiprotect";
rev = "refs/tags/v${version}";
hash = "sha256-KpijjKy5poiWghupXq8rNCtzuPXsPgu+ePAowhzOSYI=";
hash = "sha256-xob7TmcI4hfxFmjspNfpdNEQBIJnyisykEcvr63s/d8=";
};
env.SETUPTOOLS_SCM_PRETEND_VERSION = version;