apfel: 3.0.3 -> 3.0.4 (#63977)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/apfel/versions
This commit is contained in:
parent
984851a9bf
commit
94804a63a2
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "apfel-${version}";
|
name = "apfel-${version}";
|
||||||
version = "3.0.3";
|
version = "3.0.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "scarrazza";
|
owner = "scarrazza";
|
||||||
repo = "apfel";
|
repo = "apfel";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "13dvcc5ba6djflrcy5zf5ikaw8s78zd8ac6ickc0hxhbmx1gjb4j";
|
sha256 = "13n5ygbqvskg3qq5n4sff1nbii0li0zf1vqissai7x0hynxgy7p6";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gfortran lhapdf python2 ];
|
buildInputs = [ gfortran lhapdf python2 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user