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

python310Packages.velbus-aio: 20212.6.2 -> 2022.9.1

authored by

Fabian Affolter and committed by
GitHub
453315b3 13cef0bb

+2 -2
+2 -2
pkgs/development/python-modules/velbus-aio/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "velbus-aio"; 13 - version = "20212.6.2"; 13 + version = "2022.9.1"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.7"; ··· 19 19 owner = "Cereal2nd"; 20 20 repo = pname; 21 21 rev = version; 22 - sha256 = "sha256-MqSqwyfNICEU6h7+HAep3z1Uak30rlQ6noWEB3awVpA="; 22 + sha256 = "sha256-sJ90vfw3JefDsafmEc5sUtPxlQJ4CPtWHpY+mp1cMw8="; 23 23 fetchSubmodules = true; 24 24 }; 25 25