From 8cd400a1fc6f921c85fd1b6461016c9bcfc654f1 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:14:55 +0100 Subject: [PATCH] python3Packages.cyclopts: 3.2.1 -> 3.3.0 https://github.com/BrianPugh/cyclopts/releases/tag/v3.3.0 --- pkgs/development/python-modules/cyclopts/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/cyclopts/default.nix b/pkgs/development/python-modules/cyclopts/default.nix index 7a859d9bab5a..375df5aa3c7f 100644 --- a/pkgs/development/python-modules/cyclopts/default.nix +++ b/pkgs/development/python-modules/cyclopts/default.nix @@ -62,7 +62,7 @@ buildPythonPackage rec { meta = with lib; { description = "Module to create CLIs based on Python type hints"; homepage = "https://github.com/BrianPugh/cyclopts"; - changelog = "https://github.com/BrianPugh/cyclopts/releases/tag/v${version}"; + changelog = "https://github.com/BrianPugh/cyclopts/releases/tag/${src.tag}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; };