From 6941128b3cfb0355f0362deb59825fb77cc560d5 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Mon, 23 Feb 2026 00:31:04 +0200 Subject: [PATCH] python3.pkgs.fastprogress: add meta.changelog --- pkgs/development/python-modules/fastprogress/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/fastprogress/default.nix b/pkgs/development/python-modules/fastprogress/default.nix index 91d0e80a5599..19e1a4849587 100644 --- a/pkgs/development/python-modules/fastprogress/default.nix +++ b/pkgs/development/python-modules/fastprogress/default.nix @@ -34,6 +34,7 @@ buildPythonPackage (finalAttrs: { meta = { homepage = "https://github.com/fastai/fastprogress"; + changelog = "https://github.com/AnswerDotAI/fastprogress/blob/${finalAttrs.version}/CHANGELOG.md"; description = "Simple and flexible progress bar for Jupyter Notebook and console"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ ris ];