python310Packages.velbus-aio: 2022.10.2 -> 2022.10.3

main
Fabian Affolter 2 years ago
parent 151fcb720c
commit afaf39ddc5
  1. 4
      pkgs/development/python-modules/velbus-aio/default.nix

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "velbus-aio";
version = "2022.10.2";
version = "2022.10.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "Cereal2nd";
repo = pname;
rev = version;
sha256 = "sha256-Aa6SIn+/exHJZKgU8rBTPXtNY3lMUMK35wi5j+64Nrk=";
sha256 = "sha256-p/oWyi5417rTSG2+xYsPlaiiHfdyAACyvRwTsmqAoUI=";
fetchSubmodules = true;
};

Loading…
Cancel
Save