hepmc3: 3.1.1 -> 3.1.2 (#69587)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hepmc3/versions
This commit is contained in:
R. RyanTM 2019-09-26 15:32:37 -07:00 committed by Dmitry Kalinkin
parent 6a9f695860
commit 77424f2c6d

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "hepmc3";
version = "3.1.1";
version = "3.1.2";
src = fetchurl {
url = "http://hepmc.web.cern.ch/hepmc/releases/HepMC3-${version}.tar.gz";
sha256 = "1fs8ha5issls886g03azpwamry1k633zjrcx51v7g7vg9nbckjrg";
sha256 = "1izcldnjbyn6myr7nv7b4jivf2vmdi64ng9gk1vjh998755hfcs1";
};
buildInputs = [ cmake root ];