gnu: atlas: Update to 3.10.3.

* gnu/packages/maths.scm (atlas): Update to 3.10.3.
master
Efraim Flashner 2016-08-22 10:56:03 +03:00
parent c8edd7e65f
commit 3c98ac0240
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -2025,14 +2025,14 @@ packages.")
(define-public atlas
(package
(name "atlas")
(version "3.10.2")
(version "3.10.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/math-atlas/Stable/"
version "/atlas" version ".tar.bz2"))
(sha256
(base32
"0bqh4bdnjdyww4mcpg6kn0x7338mfqbdgysn97dzrwwb26di7ars"))))
"1dyjlq3fiparvm8ypwk6rsmjzmnwk81l88gkishphpvc79ryp216"))))
(build-system gnu-build-system)
(home-page "http://math-atlas.sourceforge.net/")
(inputs `(("gfortran" ,gfortran)