hepmc3: 3.2.5 -> 3.2.6 (#226333)

This commit is contained in:
Dmitry Kalinkin 2023-04-19 10:27:50 -04:00 committed by GitHub
parent 8864be5e18
commit ecf8dae25d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [