python312Packages.solarlog-cli: 0.3.0 -> 0.3.1 (#346785)

This commit is contained in:
Robert Schütz 2024-10-05 21:54:06 -07:00 committed by GitHub
commit 8297a9b868
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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