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 { buildPythonPackage rec {
pname = "pyisy"; pname = "pyisy";
version = "3.0.5"; version = "3.0.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "automicus"; owner = "automicus";
repo = "PyISY"; repo = "PyISY";
rev = "v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-lVutG/xJvVP0qS0UnEyS/9KwwqdRX6ownTKek8/VXbU="; hash = "sha256-4thCP9Xc3dtL6IaP863sW/L4aj4+QIPFv6p0kFLGh7E=";
}; };
postPatch = '' postPatch = ''