Merge pull request #275951 from r-ryantm/auto-update/python310Packages.pyoverkiz

python310Packages.pyoverkiz: 1.13.3 -> 1.13.4
This commit is contained in:
Fabian Affolter 2023-12-22 08:29:36 +01:00 committed by GitHub
commit 08303d1c99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''