lhapdf: 6.3.0 -> 6.4.0

This commit is contained in:
Dmitry Kalinkin 2021-10-24 17:39:52 -04:00
parent 3c3998ee91
commit a1f00bc029
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "lhapdf";
version = "6.3.0";
version = "6.4.0";
src = fetchurl {
url = "https://www.hepforge.org/archive/lhapdf/LHAPDF-${version}.tar.gz";
sha256 = "0pcvigpjqzfng06n98bshhhpimiqfg416ak8lz8jdgp6nxr8fkgd";
sha256 = "sha256-fS8CZ+LWWw3e4EhVOzQtfIk6bbq+HjJsrWLeABDdgQw=";
};
nativeBuildInputs = [ makeWrapper ];