Merge pull request #209910 from fabaff/pyisy-bump

python310Packages.pyisy: 3.0.11 -> 3.0.12
This commit is contained in:
Fabian Affolter 2023-01-09 22:12:44 +01:00 committed by GitHub
commit 19ca1d76e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pyisy";
version = "3.0.11";
version = "3.0.12";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "automicus";
repo = "PyISY";
rev = "refs/tags/v${version}";
hash = "sha256-oJ6Y4Bo4OLPVEy8vygU1FeRpZskfkCFBObvzTMuif5M=";
hash = "sha256-i9xC1Vijf/pU7WmRaosdEs5tPNos2hq3cGkT8MGM1Ro=";
};
postPatch = ''