python3Packages.solarlog-cli: 0.7.0 -> 0.7.1

Diff: https://github.com/dontinelli/solarlog_cli/compare/v0.7.0...v0.7.1

Changelog: https://github.com/dontinelli/solarlog_cli/releases/tag/v0.7.1
This commit is contained in:
Robert Schütz
2026-03-31 16:00:06 -07:00
parent 5a8b7d9cd8
commit 5ce42062f0
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "solarlog-cli";
version = "0.7.0";
version = "0.7.1";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "dontinelli";
repo = "solarlog_cli";
tag = "v${version}";
hash = "sha256-ryhC2RpLK7olglgOOmja4LzUpVyi6vt6vj3EntUYZx0=";
hash = "sha256-sZ3H2x4QkDMjxo50HHEktfdjOwwGqdPr8tiUq6AafS4=";
};
build-system = [ hatchling ];