python310Packages.pyisy: 3.0.5 -> 3.0.6

This commit is contained in:
R. Ryantm 2022-04-06 06:32:27 +00:00
parent d240ca09aa
commit 90c4e57720

View file

@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "pyisy";
version = "3.0.5";
version = "3.0.6";
src = fetchFromGitHub {
owner = "automicus";
repo = "PyISY";
rev = "v${version}";
hash = "sha256-lVutG/xJvVP0qS0UnEyS/9KwwqdRX6ownTKek8/VXbU=";
rev = "refs/tags/v${version}";
hash = "sha256-4thCP9Xc3dtL6IaP863sW/L4aj4+QIPFv6p0kFLGh7E=";
};
postPatch = ''