python312Packages.fastjet: 3.4.2 -> 3.4.3

This commit is contained in:
R. Ryantm
2024-12-03 19:27:05 -05:00
committed by Dmitry Kalinkin
parent cb35b9803f
commit 5cfe3df29c
+2 -2
View File
@@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "fastjet";
version = "3.4.2";
version = "3.4.3";
src = fetchurl {
url = "http://fastjet.fr/repo/fastjet-${version}.tar.gz";
hash = "sha256-s9MxVbVc5D9CDNbZm1Jaz3vcJZOnu36omKnds9jKOOM=";
hash = "sha256-zBdUcb+rhla4xhg6jl6a0F1fdQbkbzISqagjCQW49qM=";
};
buildInputs = lib.optional withPython python;