python312Packages.solarlog-cli: 0.2.0 -> 0.2.2

This commit is contained in:
R. Ryantm 2024-09-04 05:57:48 +00:00
parent eadea83adb
commit 9e155deed3

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "solarlog-cli";
version = "0.2.0";
version = "0.2.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-x9MovIKFImu60Ns2sJTy71S22cR9Az/yNMWzGM50y7Y=";
hash = "sha256-RibfHggpuJAtvENOToSp7eFuvfkTRHdSq0Eg9kk05vc=";
};
build-system = [ hatchling ];