Merge pull request #298969 from r-ryantm/auto-update/python312Packages.pyoverkiz

python312Packages.pyoverkiz: 1.13.8 -> 1.13.9
This commit is contained in:
Nick Cao 2024-03-25 14:23:22 -04:00 committed by GitHub
commit 150e5b0bb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pyoverkiz";
version = "1.13.8";
version = "1.13.9";
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-tvS7aPfBTs75Rq1WGslWDMv1pOTVt7MtwpXPRJtqbuk=";
hash = "sha256-J1nsRB9KYg3yUuxQV79/Udjjkux+BE4YcawpRJcSYHI=";
};
postPatch = ''