python3Packages.velbus-aio: 2021.11.7 -> 2022.02.1

This commit is contained in:
Fabian Affolter 2022-02-02 09:11:27 +01:00 committed by Jonathan Ringer
parent dd70bd4814
commit 0aece3361a

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "velbus-aio";
version = "2021.11.7";
version = "2022.02.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "Cereal2nd";
repo = pname;
rev = version;
sha256 = "0i1vfyhyvn908vz55agmfds3zwp6qpbpip055d995nx79ysxz0j9";
sha256 = "sha256-YVihR7XSI2Ve1Tur4mnNfFKzs8PN1DWO8JYUrYTL4xo=";
fetchSubmodules = true;
};