python310Packages.pyisy: 3.0.3 -> 3.0.5

This commit is contained in:
R. Ryantm 2022-03-14 06:39:51 +00:00 committed by Robert Schütz
parent 63ecdee96b
commit bc6f110f01

View file

@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "pyisy";
version = "3.0.3";
version = "3.0.5";
src = fetchFromGitHub {
owner = "automicus";
repo = "PyISY";
rev = "v${version}";
hash = "sha256-zQ0IBfbWEGv5t+b3EKF+6tEpmwfAWFMndPqSNSQZ5b4=";
hash = "sha256-lVutG/xJvVP0qS0UnEyS/9KwwqdRX6ownTKek8/VXbU=";
};
postPatch = ''