python3Packages.vector: 1.5.2 -> 1.6.0

https://github.com/scikit-hep/vector/releases/tag/v1.6.0
This commit is contained in:
Martin Weinelt
2025-01-27 10:57:50 +01:00
parent f1be768c2d
commit d43cdbf7ac
@@ -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 ];
};