Merge pull request #209602 from r-ryantm/auto-update/python310Packages.pyisy

python310Packages.pyisy: 3.0.10 -> 3.0.11
This commit is contained in:
Fabian Affolter 2023-01-08 09:46:19 +01:00 committed by GitHub
commit d6c230f26e
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.10";
version = "3.0.11";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "automicus";
repo = "PyISY";
rev = "refs/tags/v${version}";
hash = "sha256-nThHJYU23I9q5Irk5SoW1+dy5Agl9IJc5gnLirzp3YM=";
hash = "sha256-oJ6Y4Bo4OLPVEy8vygU1FeRpZskfkCFBObvzTMuif5M=";
};
postPatch = ''