python312Packages.solarlog-cli: 0.3.1 -> 0.3.2

https://github.com/dontinelli/solarlog_cli/releases/tag/v0.3.2
This commit is contained in:
Martin Weinelt 2024-10-18 17:18:57 +02:00
parent 82c8a151e3
commit e8a263c190
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "solarlog-cli";
version = "0.3.1";
version = "0.3.2";
pyproject = true;
disabled = pythonOlder "3.12";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "dontinelli";
repo = "solarlog_cli";
rev = "refs/tags/v${version}";
hash = "sha256-67ZEval+cRvjFhQynFVYf5FFDw+zWrAfSC/2d6X+oh4=";
hash = "sha256-Oa2o4fuchW3ROtQFVhiWL6rhdUbzSFDegCkm8W7bCpE=";
};
build-system = [ hatchling ];