Skip to content

Commit 5cfe3df

Browse files
r-ryantmveprbl
authored andcommitted
python312Packages.fastjet: 3.4.2 -> 3.4.3
1 parent cb35b98 commit 5cfe3df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/fa/fastjet/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88
stdenv.mkDerivation rec {
99
pname = "fastjet";
10-
version = "3.4.2";
10+
version = "3.4.3";
1111

1212
src = fetchurl {
1313
url = "http://fastjet.fr/repo/fastjet-${version}.tar.gz";
14-
hash = "sha256-s9MxVbVc5D9CDNbZm1Jaz3vcJZOnu36omKnds9jKOOM=";
14+
hash = "sha256-zBdUcb+rhla4xhg6jl6a0F1fdQbkbzISqagjCQW49qM=";
1515
};
1616

1717
buildInputs = lib.optional withPython python;

0 commit comments

Comments
 (0)