python3Packages.vector: 1.5.2 -> 1.6.0
https://github.com/scikit-hep/vector/releases/tag/v1.6.0
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user