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

python310Packages.pyoverkiz: 1.3.5 -> 1.3.6
This commit is contained in:
Fabian Affolter 2022-02-23 09:19:48 +01:00 committed by GitHub
commit 510025a883
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.5";
version = "1.3.6";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "iMicknl";
repo = "python-overkiz-api";
rev = "v${version}";
hash = "sha256-KxZYluXa15RojAyNe5hA8Yf/Q9/mVl+b0TrDGRE6iuM=";
hash = "sha256-wH7mb2qagnPZ4ZEya9P34DKS2vJ5oDSXyiuCwP84mTQ=";
};
nativeBuildInputs = [