python311Packages.pyoverkiz: 1.13.2 -> 1.13.3
Diff: https://github.com/iMicknl/python-overkiz-api/compare/refs/tags/v1.13.2...v1.13.3 Changelog: https://github.com/iMicknl/python-overkiz-api/releases/tag/v1.13.3
This commit is contained in:
parent
e19bffc6cf
commit
2bfda9d0ec
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyoverkiz";
|
||||
version = "1.13.2";
|
||||
version = "1.13.3";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -25,7 +25,7 @@ buildPythonPackage rec {
|
|||
owner = "iMicknl";
|
||||
repo = "python-overkiz-api";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-WGFRZhnlTDC9uv9N4sKznIdgjBwpnuT9Gsa8hdlnPAE=";
|
||||
hash = "sha256-OvzK7NHRcv/UGLLZ60yNBNdK/J21iFh8myCvdBec+7Q=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue