python3Packages.pyisy: 3.6.1 -> 3.7.0

This commit is contained in:
R. Ryantm
2026-07-25 17:31:48 +00:00
parent e0166b2fe1
commit 610928778e
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pyisy";
version = "3.6.1";
version = "3.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "automicus";
repo = "PyISY";
tag = "v${version}";
hash = "sha256-KEjiMmD4mY1sG/vRo1QINQw31jk8MNV6m13fU2ENmJM=";
hash = "sha256-4mNG3dcDOuhRXSAN8FiKgxAdf7Yt04L+60luJ3FzKMQ=";
};
postPatch = ''