hepmc3: 3.2.2 -> 3.2.3

master
R. RyanTM 2021-01-30 01:12:14 +00:00 committed by Dmitry Kalinkin
parent 6245758fd5
commit 340b6780b8
1 changed files with 2 additions and 2 deletions

View File

@ -9,11 +9,11 @@ in
stdenv.mkDerivation rec {
pname = "hepmc3";
version = "3.2.2";
version = "3.2.3";
src = fetchurl {
url = "http://hepmc.web.cern.ch/hepmc/releases/HepMC3-${version}.tar.gz";
sha256 = "0h9dbsbbf3y7iia27ms9cy4pfk2yyrkdnxcqsbvkhkl0izvv930f";
sha256 = "sha256-jKrazCyWmIPNH5lLYieV/IhftLFdrYyK5kvL2/DL1H0=";
};
nativeBuildInputs = [ cmake ];