python312Packages.solarlog-cli: 0.3.2 -> 0.4.0

This commit is contained in:
R. Ryantm 2024-11-23 05:15:09 +00:00
parent 7eb0c197fb
commit 4c7b68f5d8

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "solarlog-cli";
version = "0.3.2";
version = "0.4.0";
pyproject = true;
disabled = pythonOlder "3.12";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "dontinelli";
repo = "solarlog_cli";
rev = "refs/tags/v${version}";
hash = "sha256-Oa2o4fuchW3ROtQFVhiWL6rhdUbzSFDegCkm8W7bCpE=";
hash = "sha256-G7DZHFg0NH3rY/tbWpXDchYHkrvG8dUvINNxBIUKnzk=";
};
build-system = [ hatchling ];