python310Packages.pyisy: 3.0.2 -> 3.0.3

This commit is contained in:
R. Ryantm 2022-02-28 04:27:59 +00:00 committed by Robert Schütz
parent fcc4d4645f
commit d4de0d5628

View File

@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "pyisy";
version = "3.0.2";
version = "3.0.3";
src = fetchFromGitHub {
owner = "automicus";
repo = "PyISY";
rev = "v${version}";
hash = "sha256-ad3hVs0B3uBHj/LVWwAXAkUMbjHPtyaeKueRPcmIMFg=";
hash = "sha256-zQ0IBfbWEGv5t+b3EKF+6tEpmwfAWFMndPqSNSQZ5b4=";
};
postPatch = ''