python310Packages.pyisy: 3.0.8 -> 3.0.9

https://github.com/automicus/PyISY/releases/tag/v3.0.9
This commit is contained in:
Robert Schütz
2022-12-22 03:31:12 -08:00
parent ff08a6db69
commit 3b4970d07f

View File

@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "pyisy";
version = "3.0.8";
version = "3.0.9";
src = fetchFromGitHub {
owner = "automicus";
repo = "PyISY";
rev = "refs/tags/v${version}";
hash = "sha256-Q3KewvZJMq4YKrpS6ir5rqZkDhxGACDIhlbr3b6lDAs=";
hash = "sha256-95MUOxWR4YUce0fFcasKc6YjoSHTGhXJcUAg0mbXxCs=";
};
postPatch = ''