python310Packages.pyisy: 3.0.7 -> 3.0.8 (#190482)

This commit is contained in:
Martin Weinelt 2022-09-14 17:15:21 +02:00 committed by GitHub
commit 88ccd7b0d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''