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

atlas: 3.10.2 -> 3.10.3

authored by Matthew Justin Bauer and committed by GitHub 8e6684ca 01e6e4c5

+2 -2
+2 -2
pkgs/development/libraries/science/math/atlas/default.nix
··· 47 47 inherit (stdenv.lib) optional optionalString; 48 48 # Don't upgrade until https://github.com/math-atlas/math-atlas/issues/44 49 49 # is resolved. 50 - version = "3.10.2"; 50 + version = "3.10.3"; 51 51 in 52 52 53 53 stdenv.mkDerivation { ··· 55 55 56 56 src = fetchurl { 57 57 url = "mirror://sourceforge/math-atlas/atlas${version}.tar.bz2"; 58 - sha256 = "0bqh4bdnjdyww4mcpg6kn0x7338mfqbdgysn97dzrwwb26di7ars"; 58 + sha256 = "1dyjlq3fiparvm8ypwk6rsmjzmnwk81l88gkishphpvc79ryp216"; 59 59 }; 60 60 61 61 buildInputs = [ gfortran ];