python311Packages.pyunifiprotect: 4.23.2 -> 4.23.3
Diff: https://github.com/briis/pyunifiprotect/compare/refs/tags/v4.23.2...v4.23.3 Changelog: https://github.com/AngellusMortis/pyunifiprotect/releases/tag/v4.23.3
This commit is contained in:
parent
8d4ac470d6
commit
09c77a7a6d
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyunifiprotect";
|
pname = "pyunifiprotect";
|
||||||
version = "4.23.2";
|
version = "4.23.3";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.9";
|
disabled = pythonOlder "3.9";
|
||||||
@ -41,7 +41,7 @@ buildPythonPackage rec {
|
|||||||
owner = "briis";
|
owner = "briis";
|
||||||
repo = "pyunifiprotect";
|
repo = "pyunifiprotect";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-X4LRi2hNpKgnmk3GeoI+ziboBKIosSZye5lPWaBPL1s=";
|
hash = "sha256-QWIiBuKDhSNYVyEm45QV4a2UxADDrBdiCBeJI+a6v7c=";
|
||||||
};
|
};
|
||||||
|
|
||||||
env.SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
env.SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
||||||
|
Loading…
Reference in New Issue
Block a user