python3Packages.solarlog-cli: 0.7.0 -> 0.7.1 (#505484)

This commit is contained in:
dotlambda
2026-04-01 15:29:50 +00:00
committed by GitHub
@@ -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 ];