Merge pull request #39795 from r-ryantm/auto-update/atlas
atlas: 3.10.2 -> 3.10.3
This commit is contained in:
commit
8e6684ca32
@ -47,7 +47,7 @@ let
|
||||
inherit (stdenv.lib) optional optionalString;
|
||||
# Don't upgrade until https://github.com/math-atlas/math-atlas/issues/44
|
||||
# is resolved.
|
||||
version = "3.10.2";
|
||||
version = "3.10.3";
|
||||
in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
@ -55,7 +55,7 @@ stdenv.mkDerivation {
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/math-atlas/atlas${version}.tar.bz2";
|
||||
sha256 = "0bqh4bdnjdyww4mcpg6kn0x7338mfqbdgysn97dzrwwb26di7ars";
|
||||
sha256 = "1dyjlq3fiparvm8ypwk6rsmjzmnwk81l88gkishphpvc79ryp216";
|
||||
};
|
||||
|
||||
buildInputs = [ gfortran ];
|
||||
|
Loading…
Reference in New Issue
Block a user