python3Packages.habiticalib: 0.3.7 -> 0.4.0 (#409714)

https://github.com/tr4nt0r/habiticalib/releases/tag/v0.4.0
This commit is contained in:
R. RyanTM
2025-06-12 16:59:43 +02:00
committed by Martin Weinelt
parent 2e3768e4e8
commit e9c4658106
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "habiticalib";
version = "0.3.7";
version = "0.4.0";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "tr4nt0r";
repo = "habiticalib";
tag = "v${version}";
hash = "sha256-i2yGPTZiinErWK7vX/3mwBtO4rjUhoEORhnXkFplUcM=";
hash = "sha256-RYtTJavfw5gQTo0m/Dgkv/6ghv+T5SSaaweiI370OOA=";
};
build-system = [
@@ -64,7 +64,7 @@ buildPythonPackage rec {
meta = {
description = "Library for the Habitica API";
homepage = "https://github.com/tr4nt0r/habiticalib";
changelog = "https://github.com/tr4nt0r/habiticalib/releases/tag/v${version}";
changelog = "https://github.com/tr4nt0r/habiticalib/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fab ];
};