python310Packages.pyoverkiz: 1.3.5 -> 1.3.6

This commit is contained in:
R. Ryantm 2022-02-22 03:21:40 +00:00
parent e88b01cc7c
commit a89a56769e

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 = [