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

python310Packages.pyoverkiz: 1.7.0 -> 1.7.1
This commit is contained in:
Fabian Affolter 2022-12-02 08:49:39 +01:00 committed by GitHub
commit 2ba541655f
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.0";
version = "1.7.1";
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-pmWYg9tWnSTdtiinKw0AaPVwKi1rCZp/xap5gfEzm44=";
hash = "sha256-PGictIBXrUIorAU9Ic41LzEQPJliCpwGoOlkteHUuEw=";
};
postPatch = ''