python313Packages.volkszaehler: 0.5.0 -> 0.5.2 (#386946)

This commit is contained in:
Fabian Affolter
2025-03-04 14:07:19 +01:00
committed by GitHub
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "volkszaehler";
version = "0.5.0";
version = "0.5.2";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -19,10 +19,10 @@ buildPythonPackage rec {
owner = "home-assistant-ecosystem";
repo = "python-volkszaehler";
tag = version;
hash = "sha256-7SB0x0BO9SMeMG1M/hH4fX7oDbtwPgCzyRrrUq1/WPo=";
hash = "sha256-2XOV+Cft7xLIDNDpwNc+F8VasCYD8XEkxnwW0iS/p9U=";
};
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
dependencies = [
aiohttp
@@ -38,7 +38,7 @@ buildPythonPackage rec {
description = "Python module for interacting with the Volkszahler API";
homepage = "https://github.com/home-assistant-ecosystem/python-volkszaehler";
changelog = "https://github.com/home-assistant-ecosystem/python-volkszaehler/releases/tag/${version}";
license = with licenses; [ mit ];
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};
}