python3Packages.pyisy: 3.4.1 -> 3.6.1

This commit is contained in:
R. Ryantm
2026-06-04 16:31:26 +02:00
committed by Martin Weinelt
parent 6c1fcce9ca
commit 91e3aed7e6
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pyisy";
version = "3.4.1";
version = "3.6.1";
pyproject = true;
src = fetchFromGitHub {
owner = "automicus";
repo = "PyISY";
tag = "v${version}";
hash = "sha256-9gGrrFh5xCuX4GjF6a6RRGkpF/rH07Zz0nyKvgwgEkU=";
hash = "sha256-KEjiMmD4mY1sG/vRo1QINQw31jk8MNV6m13fU2ENmJM=";
};
postPatch = ''