gnu: gsl: Update to 2.3.

* gnu/packages/maths.scm (gsl): Update to 2.3.
master
Tobias Geerinckx-Rice 2016-12-12 14:14:43 +01:00
parent 469846a7ba
commit bea3cf4b90
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -227,14 +227,14 @@ semiconductors.")
(define-public gsl (define-public gsl
(package (package
(name "gsl") (name "gsl")
(version "2.2.1") (version "2.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/gsl/gsl-" (uri (string-append "mirror://gnu/gsl/gsl-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"095hp01d8lkqdvv0p1k25kvbisgfdmvx1rzpyc2i8kl2n33kvlhk")) "1yxdzqjwmi2aid650fa9zyr8llw069x7lm489wx9nnfdi6vh09an"))
(patches (search-patches "gsl-test-i686.patch")))) (patches (search-patches "gsl-test-i686.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments