From e504dff21e106af8f2b5ca4ea38c3c6372b7f61d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 15 Aug 2024 07:57:02 +0200 Subject: [PATCH] python312Packages.saneyaml: add changelog to meta --- pkgs/development/python-modules/saneyaml/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/saneyaml/default.nix b/pkgs/development/python-modules/saneyaml/default.nix index b9f98b3b2e08..761bde70f06b 100644 --- a/pkgs/development/python-modules/saneyaml/default.nix +++ b/pkgs/development/python-modules/saneyaml/default.nix @@ -6,6 +6,7 @@ pyyaml, pytestCheckHook, }: + buildPythonPackage rec { pname = "saneyaml"; version = "0.6.1"; @@ -29,6 +30,7 @@ buildPythonPackage rec { meta = with lib; { description = "PyYaml wrapper with sane behaviour to read and write readable YAML safely"; homepage = "https://github.com/nexB/saneyaml"; + changelog = "https://github.com/aboutcode-org/saneyaml/blob/v${version}/CHANGELOG.rst"; license = licenses.asl20; maintainers = [ ]; };