gnu: gsl: Update to 2.2.

* gnu/packages/maths.scm (gsl): Update to 2.2.
This commit is contained in:
Efraim Flashner 2016-08-30 00:33:17 +03:00
parent c3336b37ad
commit b16b16e6c2
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
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")
(source
(origin
(method url-fetch)
@ -193,7 +193,7 @@ semiconductors.")
version ".tar.gz"))
(sha256
(base32
"0rhcia9jhr3p1f1wybwyllwqfs9bggz99i3mi5lpyqcpff1hdbar"))))
"1pyq2c0j91z955746myn29c89jwkd435s2cbj8ks2hpag6d0mr2d"))))
(build-system gnu-build-system)
(arguments
`(#:parallel-tests? #f))