python3Packages.dill: fix changelog

This commit is contained in:
Robert Schütz
2026-02-01 17:40:59 +01:00
committed by Martin Weinelt
parent bdd1c5be98
commit 34fa42b52e
@@ -22,7 +22,7 @@ buildPythonPackage (finalAttrs: {
hash = "sha256-Yh9WvescLgV7DmxGBTGKsb29+eRzF9qjZMg0DQQyLyY=";
};
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
checkPhase = ''
runHook preCheck
@@ -39,7 +39,7 @@ buildPythonPackage (finalAttrs: {
meta = {
description = "Serialize all of python (almost)";
homepage = "https://github.com/uqfoundation/dill/";
changelog = "https://github.com/uqfoundation/dill/releases/tag/dill-${finalAttrs.version}";
changelog = "https://github.com/uqfoundation/dill/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.bsd3;
};
})