Merge pull request #177014 from fabaff/velbus-aio-bump

python310Packages.velbus-aio: 2022.5.1 -> 2022.6.1
This commit is contained in:
Fabian Affolter 2022-06-10 19:44:15 +02:00 committed by GitHub
commit 88284906ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "velbus-aio";
version = "2022.5.1";
version = "2022.6.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "Cereal2nd";
repo = pname;
rev = version;
sha256 = "sha256-XdPrKNUvAHsqw3nv7Ws2zBYDBqEOEeEUHLdB2+f+p+w=";
sha256 = "sha256-YHq194H7T4IxyCvPgA92vkWf7MX+ulXyw/uxo4WRupU=";
fetchSubmodules = true;
};