gnu: gsl: Update to 2.2.1.

* gnu/packages/maths.scm (gsl): Update to 2.2.1.
This commit is contained in:
Ludovic Courtès 2016-10-04 16:27:35 +02:00
parent bac67a5a5c
commit 8c82e1c9d3
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -185,7 +185,7 @@ semiconductors.")
(define-public gsl
(package
(name "gsl")
(version "2.1")
(version "2.2.1")
(source
(origin
(method url-fetch)
@ -193,7 +193,7 @@ semiconductors.")
version ".tar.gz"))
(sha256
(base32
"0rhcia9jhr3p1f1wybwyllwqfs9bggz99i3mi5lpyqcpff1hdbar"))))
"095hp01d8lkqdvv0p1k25kvbisgfdmvx1rzpyc2i8kl2n33kvlhk"))))
(build-system gnu-build-system)
(arguments
`(#:parallel-tests? #f))