atlas: 3.10.2 -> 3.10.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/atlas/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 3.10.3 with grep in /nix/store/bgqampvgm3zdncg3206n7qnvyvl0jipj-atlas-3.10.3 - directory tree listing: https://gist.github.com/a7dd287df10b13796423e3c2df0850eb
This commit is contained in:
parent
7e33e374db
commit
24761ef5d4
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue