python3Packages.solarlog-cli: 0.4.0 -> 0.5.0

https://github.com/dontinelli/solarlog_cli/releases/tag/v0.5.0
This commit is contained in:
Martin Weinelt
2025-09-05 03:37:00 +02:00
parent 0006532ab7
commit 6798bd034f
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "solarlog-cli";
version = "0.4.0";
version = "0.5.0";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "dontinelli";
repo = "solarlog_cli";
tag = "v${version}";
hash = "sha256-G7DZHFg0NH3rY/tbWpXDchYHkrvG8dUvINNxBIUKnzk=";
hash = "sha256-MMn03i4Uu0auEzUiQHWCNfJyp32P+68pd4fDMy2GqnA=";
};
build-system = [ hatchling ];