lhapdf: 6.2.1 -> 6.2.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lhapdf/versions
This commit is contained in:
R. RyanTM 2019-06-01 19:24:22 -07:00
parent 97aba37876
commit adceb10e36

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "lhapdf-${version}";
version = "6.2.1";
version = "6.2.3";
src = fetchurl {
url = "https://www.hepforge.org/archive/lhapdf/LHAPDF-${version}.tar.gz";
sha256 = "0bi02xcmq5as0wf0jn6i3hx0qy0hj61m02sbrbzd1gwjhpccwmvd";
sha256 = "1l9dv37k4jz18wahyfm9g53nyl81v5bgqgy4dllbcmvcqpfkmrnn";
};
nativeBuildInputs = [ makeWrapper ];