0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00
Fabian Affolter 2025-03-04 09:36:24 +01:00
parent a0fce0a65d
commit 86a906f924

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "volkszaehler";
version = "0.5.0";
version = "0.5.2";
pyproject = true;
disabled = pythonOlder "3.10";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "home-assistant-ecosystem";
repo = "python-volkszaehler";
tag = version;
hash = "sha256-7SB0x0BO9SMeMG1M/hH4fX7oDbtwPgCzyRrrUq1/WPo=";
hash = "sha256-2XOV+Cft7xLIDNDpwNc+F8VasCYD8XEkxnwW0iS/p9U=";
};
build-system = [ setuptools ];