python312Packages.cookidoo-api: 0.12.3 -> 0.13.0

This commit is contained in:
R. Ryantm 2025-03-16 05:59:40 +00:00 committed by Nick Cao
parent 1a4711b6be
commit 0786e7d146
No known key found for this signature in database

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "cookidoo-api";
version = "0.12.3";
version = "0.13.0";
pyproject = true;
src = fetchFromGitHub {
owner = "miaucl";
repo = "cookidoo-api";
tag = version;
hash = "sha256-hkKYIfnvDIT+eNEMfPxTzcSEs7VZLkHFoOqWms5Pt6w=";
hash = "sha256-QFOGue5VzM1mrgw+WWBvb5dreDUlmBoYv/vEzQta+LA=";
};
build-system = [ setuptools ];
@ -40,7 +40,7 @@ buildPythonPackage rec {
];
meta = {
changelog = "https://github.com/miaucl/cookidoo-api/blob/${src.tag}/CHANGELOG.md";
changelog = "https://github.com/miaucl/cookidoo-api/releases/tag/${src.tag}";
description = "Unofficial package to access Cookidoo";
homepage = "https://github.com/miaucl/cookidoo-api";
license = lib.licenses.mit;