Merge pull request #216269 from fabaff/pyoverkiz-bump

python310Packages.pyoverkiz: 1.7.3 -> 1.7.4
This commit is contained in:
Nick Cao
2023-02-14 15:26:42 +08:00
committed by GitHub
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pyoverkiz";
version = "1.7.3";
version = "1.7.4";
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-hmi6cOBHbcxzA10vQt6fxB8qHrr4My5JFmucV5QCUVg=";
hash = "sha256-I115lMEg/baWuUZThfisNYSck/QdiYecjhhRqgSkLB8=";
};
postPatch = ''