Merge pull request #167482 from r-ryantm/auto-update/python3.10-pyisy

python310Packages.pyisy: 3.0.5 -> 3.0.6
This commit is contained in:
Fabian Affolter 2022-04-06 10:46:49 +02:00 committed by GitHub
commit 8e999fdcf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''