python310Packages.pyisy: 3.0.7 -> 3.0.8

This commit is contained in:
R. Ryantm 2022-09-09 12:03:13 +00:00
parent 34fde40edd
commit daaa438fb6

View File

@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "pyisy";
version = "3.0.7";
version = "3.0.8";
src = fetchFromGitHub {
owner = "automicus";
repo = "PyISY";
rev = "refs/tags/v${version}";
hash = "sha256-FWv5xPUQob+UlTU9eq9HYAhxCDucOZr+ddm5/a0sbgw=";
hash = "sha256-Q3KewvZJMq4YKrpS6ir5rqZkDhxGACDIhlbr3b6lDAs=";
};
postPatch = ''