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

python310Packages.velbus-aio: 2022.9.1 -> 2022.10.1
This commit is contained in:
Fabian Affolter
2022-10-04 09:09:11 +02:00
committed by GitHub
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "velbus-aio";
version = "2022.9.1";
version = "2022.10.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "Cereal2nd";
repo = pname;
rev = version;
sha256 = "sha256-sJ90vfw3JefDsafmEc5sUtPxlQJ4CPtWHpY+mp1cMw8=";
sha256 = "sha256-/CwBe8S2aiOhNqs7LksthcZv0AXIaYFtw024toN1ivs=";
fetchSubmodules = true;
};