python3Packages.solarlog-cli: 0.5.0 -> 0.6.0

Changelog: https://github.com/dontinelli/solarlog_cli/releases/tag/v0.6.0
This commit is contained in:
Michael Daniels
2025-09-20 11:49:46 -04:00
parent 30a76b363a
commit 64a25f55f5
@@ -5,6 +5,7 @@
fetchFromGitHub,
hatchling,
aiohttp,
bcrypt,
mashumaro,
aioresponses,
pytest-aio,
@@ -14,7 +15,7 @@
buildPythonPackage rec {
pname = "solarlog-cli";
version = "0.5.0";
version = "0.6.0";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -23,13 +24,14 @@ buildPythonPackage rec {
owner = "dontinelli";
repo = "solarlog_cli";
tag = "v${version}";
hash = "sha256-MMn03i4Uu0auEzUiQHWCNfJyp32P+68pd4fDMy2GqnA=";
hash = "sha256-oxeZkf5RpTgAd/PO8itElvQyBOQg1k4W//4M8Q0xbJg=";
};
build-system = [ hatchling ];
dependencies = [
aiohttp
bcrypt
mashumaro
];