Merge pull request #166361 from r-ryantm/auto-update/python3.10-pyoverkiz

python310Packages.pyoverkiz: 1.3.12 -> 1.3.13
This commit is contained in:
Fabian Affolter 2022-03-30 15:01:17 +02:00 committed by GitHub
commit 03efe8111c
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.3.12";
version = "1.3.13";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "iMicknl";
repo = "python-overkiz-api";
rev = "v${version}";
hash = "sha256-guL//OHiwlKN55kyoRPIUXuoHOVrho+vSgeV3SAdfNM=";
hash = "sha256-CkEo8H5S2/nf7jWU51sVN+GCqaL5Kgx77m6669Pr4dU=";
};
nativeBuildInputs = [