gnu: gsl: Update to 2.5.

* gnu/packages/maths.scm (gsl): Update to 2.5.
master
Ludovic Courtès 2018-06-17 01:25:35 +02:00
parent 554eaae4a0
commit f3a34b9de8
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -294,14 +294,14 @@ semiconductors.")
(define-public gsl (define-public gsl
(package (package
(name "gsl") (name "gsl")
(version "2.4") (version "2.5")
(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
"16yfs5n444s03np1naj6yp1fsysd42kdscxzkg0k2yvfjixx0ijd")) "1395y9hlhqadn5g9j8q22224fds5sd92jxi9czfavjj24myasq04"))
(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