hepmc3: 3.2.6 -> 3.2.7

This commit is contained in:
R. Ryantm
2023-10-13 11:38:07 -04:00
committed by Dmitry Kalinkin
parent 3eb6ccb947
commit 0b4f3f07d7
@@ -16,11 +16,11 @@ in
stdenv.mkDerivation rec {
pname = "hepmc3";
version = "3.2.6";
version = "3.2.7";
src = fetchurl {
url = "http://hepmc.web.cern.ch/hepmc/releases/HepMC3-${version}.tar.gz";
sha256 = "sha256-JI87WzbddzhEy+c9UfYIkUWDNLmGsll1TFnb9Lvx1SU=";
sha256 = "sha256-WH+qZVbMVMzYmtNUIUYbR2HXgJvBei5y9QNNrqFCIys=";
};
nativeBuildInputs = [