about summary refs log tree commit diff
path: root/pkgs/development/libraries/science/math/atlas
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-30 23:08:21 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-30 23:08:21 -0700
commit24761ef5d4a48be1ddd409db7604b8718fc9de56 (patch)
tree1aab18c3d4987419db93621996a6f1a4a1b099ff /pkgs/development/libraries/science/math/atlas
parent7e33e374db487ed87db316db3b2687f917aa7f90 (diff)
downloadnixlib-24761ef5d4a48be1ddd409db7604b8718fc9de56.tar
nixlib-24761ef5d4a48be1ddd409db7604b8718fc9de56.tar.gz
nixlib-24761ef5d4a48be1ddd409db7604b8718fc9de56.tar.bz2
nixlib-24761ef5d4a48be1ddd409db7604b8718fc9de56.tar.lz
nixlib-24761ef5d4a48be1ddd409db7604b8718fc9de56.tar.xz
nixlib-24761ef5d4a48be1ddd409db7604b8718fc9de56.tar.zst
nixlib-24761ef5d4a48be1ddd409db7604b8718fc9de56.zip
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
Diffstat (limited to 'pkgs/development/libraries/science/math/atlas')
-rw-r--r--pkgs/development/libraries/science/math/atlas/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/science/math/atlas/default.nix b/pkgs/development/libraries/science/math/atlas/default.nix
index 8cca5565bf6f..8b740bdb6f6d 100644
--- a/pkgs/development/libraries/science/math/atlas/default.nix
+++ b/pkgs/development/libraries/science/math/atlas/default.nix
@@ -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 ];