Skip to content

Commit b43b1f0

Browse files
authored
1 parent 1809387 commit b43b1f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/vector/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424

2525
buildPythonPackage rec {
2626
pname = "vector";
27-
version = "1.6.0";
27+
version = "1.6.1";
2828
pyproject = true;
2929

3030
src = fetchFromGitHub {
3131
owner = "scikit-hep";
3232
repo = "vector";
3333
tag = "v${version}";
34-
hash = "sha256-W10j1oQdmJ7GE0dCsAPtIsEPy4L2CIvVEZZqm7aHxII=";
34+
hash = "sha256-EHvdz6Tv3qJr6yUAw3/TuoMSrOCAQpsFBF1sS5I2p2k=";
3535
};
3636

3737
build-system = [

0 commit comments

Comments
 (0)