From d43cdbf7ac724279c22e61d17e890580b8bd9c7b Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:19:05 +0100 Subject: [PATCH] python3Packages.vector: 1.5.2 -> 1.6.0 https://github.com/scikit-hep/vector/releases/tag/v1.6.0 --- pkgs/development/python-modules/vector/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/vector/default.nix b/pkgs/development/python-modules/vector/default.nix index d8dc2f099610..41b3156e3186 100644 --- a/pkgs/development/python-modules/vector/default.nix +++ b/pkgs/development/python-modules/vector/default.nix @@ -66,7 +66,7 @@ buildPythonPackage rec { meta = { description = "Library for 2D, 3D, and Lorentz vectors, especially arrays of vectors, to solve common physics problems in a NumPy-like way"; homepage = "https://github.com/scikit-hep/vector"; - changelog = "https://github.com/scikit-hep/vector/releases/tag/v${version}"; + changelog = "https://github.com/scikit-hep/vector/releases/tag/${src.tag}"; license = with lib.licenses; [ bsd3 ]; maintainers = with lib.maintainers; [ veprbl ]; };