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

python310Packages.pyoverkiz: 1.4.1 -> 1.4.2
This commit is contained in:
Fabian Affolter 2022-06-22 08:51:02 +02:00 committed by GitHub
commit 41ea7c018c
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.4.1";
version = "1.4.2";
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-PVRNfpV6LwZNzSQaDJnDztNUdzosa2yIdXRLXpPMVW4=";
hash = "sha256-o6qAeZSjXK/V5TKFCsnVvCbDH6lQTts1ClJ5scmDeVQ=";
};
nativeBuildInputs = [