forked from mirrors/nixpkgs
python310Packages.pyunifiprotect: 4.6.2 -> 4.7.0
Diff: https://github.com/briis/pyunifiprotect/compare/refs/tags/v4.6.2...v4.7.0 Changelog: https://github.com/AngellusMortis/pyunifiprotect/releases/tag/v4.7.0
This commit is contained in:
parent
d784144467
commit
5c458b422b
|
@ -31,7 +31,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyunifiprotect";
|
||||
version = "4.6.2";
|
||||
version = "4.7.0";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
@ -40,7 +40,7 @@ buildPythonPackage rec {
|
|||
owner = "briis";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-sEIjR6ScJNliJJJET06e22x5GMDrmB6fZAzyHr847sk=";
|
||||
hash = "sha256-VvziL9IfPP19whwaLpNp42mZEduGqnPjPJtlSjTNmMo=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue