Merge pull request #39795 from r-ryantm/auto-update/atlas

atlas: 3.10.2 -> 3.10.3
This commit is contained in:
Matthew Justin Bauer 2018-05-04 17:18:23 -05:00 committed by GitHub
commit 8e6684ca32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];