nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python312Packages.cookidoo-api: 0.12.3 -> 0.13.0

authored by

R. Ryantm and committed by
Nick Cao
0786e7d1 1a4711b6

+3 -3
+3 -3
pkgs/development/python-modules/cookidoo-api/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "cookidoo-api"; 16 - version = "0.12.3"; 16 + version = "0.13.0"; 17 17 pyproject = true; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "miaucl"; 21 21 repo = "cookidoo-api"; 22 22 tag = version; 23 - hash = "sha256-hkKYIfnvDIT+eNEMfPxTzcSEs7VZLkHFoOqWms5Pt6w="; 23 + hash = "sha256-QFOGue5VzM1mrgw+WWBvb5dreDUlmBoYv/vEzQta+LA="; 24 24 }; 25 25 26 26 build-system = [ setuptools ]; ··· 40 40 ]; 41 41 42 42 meta = { 43 - changelog = "https://github.com/miaucl/cookidoo-api/blob/${src.tag}/CHANGELOG.md"; 43 + changelog = "https://github.com/miaucl/cookidoo-api/releases/tag/${src.tag}"; 44 44 description = "Unofficial package to access Cookidoo"; 45 45 homepage = "https://github.com/miaucl/cookidoo-api"; 46 46 license = lib.licenses.mit;