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

python310Packages.velbus-aio: 2022.6.1 -> 20212.6.2
This commit is contained in:
Mario Rodas 2022-06-14 00:09:53 -05:00 committed by GitHub
commit 8cdfed840b
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.6.1";
version = "20212.6.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "Cereal2nd";
repo = pname;
rev = version;
sha256 = "sha256-YHq194H7T4IxyCvPgA92vkWf7MX+ulXyw/uxo4WRupU=";
sha256 = "sha256-MqSqwyfNICEU6h7+HAep3z1Uak30rlQ6noWEB3awVpA=";
fetchSubmodules = true;
};