From f441eea9df058be08cb56fcc8cadecbaec3731c5 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 24 Mar 2026 14:16:20 +0100 Subject: [PATCH] python3Packages.griffelib: 2.0.0 -> 2.0.1 https://github.com/mkdocstrings/griffe/compare/2.0.0...2.0.1 --- pkgs/development/python-modules/griffelib/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/griffelib/default.nix b/pkgs/development/python-modules/griffelib/default.nix index 5e01d59bc861..c6ae46c79274 100644 --- a/pkgs/development/python-modules/griffelib/default.nix +++ b/pkgs/development/python-modules/griffelib/default.nix @@ -16,14 +16,14 @@ buildPythonPackage (finalAttrs: { pname = "griffelib"; - version = "2.0.0"; + version = "2.0.1"; pyproject = true; src = fetchFromGitHub { owner = "mkdocstrings"; repo = "griffe"; tag = finalAttrs.version; - hash = "sha256-SiUkgkaHtq2aWraL5BJvItOExTGUQ+e6pQVXEwTM0mk="; + hash = "sha256-8lrpIlWuf9/4Lm+YWLC6GHKwRE7vh+lqBIJIO/WnnSg="; }; sourceRoot = "${finalAttrs.src.name}/packages/griffelib"; @@ -45,6 +45,7 @@ buildPythonPackage (finalAttrs: { ]; meta = { + changelog = "https://github.com/mkdocstrings/griffe/releases/tag/${finalAttrs.src.tag}"; description = "Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API"; homepage = "https://github.com/mkdocstrings/griffe"; license = lib.licenses.isc;