python311Packages.pyunifiprotect: 5.0.1 -> 5.0.2

This commit is contained in:
R. Ryantm 2024-03-18 04:58:38 +00:00
parent 44c455bfb6
commit cf14778933

View File

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