Merge pull request #206686 from fabaff/pyoverkiz-bump

python310Packages.pyoverkiz: 1.7.2 -> 1.7.3
This commit is contained in:
Fabian Affolter 2022-12-18 13:29:52 +01:00 committed by GitHub
commit 18350da8e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pyoverkiz";
version = "1.7.2";
version = "1.7.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "iMicknl";
repo = "python-overkiz-api";
rev = "refs/tags/v${version}";
hash = "sha256-9/xdFwf+r2z166w/4VIj31MahDWmaMdWLfTGot+RoYQ=";
hash = "sha256-hmi6cOBHbcxzA10vQt6fxB8qHrr4My5JFmucV5QCUVg=";
};
postPatch = ''