python310Packages.pyoverkiz: 1.13.3 -> 1.13.4

This commit is contained in:
R. Ryantm 2023-12-22 03:23:56 +00:00
parent 02b3c06b1c
commit cc61f62dfe

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pyoverkiz";
version = "1.13.3";
version = "1.13.4";
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-OvzK7NHRcv/UGLLZ60yNBNdK/J21iFh8myCvdBec+7Q=";
hash = "sha256-VMf6WBWf33KEWJG8UtCDZCa20a8kmVd5UpLIcJgzDis=";
};
postPatch = ''