python310Packages.pyisy: 3.0.6 -> 3.0.7

This commit is contained in:
R. Ryantm 2022-06-28 10:01:35 +00:00 committed by Robert Schütz
parent f3f952c338
commit 0c9bf54b0c

View file

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