python3Packages.solarlog-cli: 0.5.0 -> 0.6.0

Changelog: https://github.com/dontinelli/solarlog_cli/releases/tag/v0.6.0

Changed files
+4 -2
pkgs
development
python-modules
solarlog-cli
+4 -2
pkgs/development/python-modules/solarlog-cli/default.nix
···
fetchFromGitHub,
hatchling,
aiohttp,
+
bcrypt,
mashumaro,
aioresponses,
pytest-aio,
···
buildPythonPackage rec {
pname = "solarlog-cli";
-
version = "0.5.0";
+
version = "0.6.0";
pyproject = true;
disabled = pythonOlder "3.12";
···
owner = "dontinelli";
repo = "solarlog_cli";
tag = "v${version}";
-
hash = "sha256-MMn03i4Uu0auEzUiQHWCNfJyp32P+68pd4fDMy2GqnA=";
+
hash = "sha256-oxeZkf5RpTgAd/PO8itElvQyBOQg1k4W//4M8Q0xbJg=";
};
build-system = [ hatchling ];
dependencies = [
aiohttp
+
bcrypt
mashumaro
];