Compare commits

...

1 Commits

Author SHA1 Message Date
Dmitry Kalinkin
9ce42ed688 hepmc3: 3.2.5 -> 3.2.6 2023-04-15 15:47:33 -04:00

View File

@@ -16,11 +16,11 @@ in
stdenv.mkDerivation rec {
pname = "hepmc3";
version = "3.2.5";
version = "3.2.6";
src = fetchurl {
url = "http://hepmc.web.cern.ch/hepmc/releases/HepMC3-${version}.tar.gz";
sha256 = "sha256-zQ91yA91VJxZzCqCns52Acd96Xyypat1eQysjh1YUDI=";
sha256 = "sha256-JI87WzbddzhEy+c9UfYIkUWDNLmGsll1TFnb9Lvx1SU=";
};
nativeBuildInputs = [