mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: gsl: Update to 2.2.
* gnu/packages/maths.scm (gsl): Update to 2.2.
This commit is contained in:
parent
c3336b37ad
commit
b16b16e6c2
1 changed files with 2 additions and 2 deletions
|
@ -185,7 +185,7 @@ (define-public dionysus
|
|||
(define-public gsl
|
||||
(package
|
||||
(name "gsl")
|
||||
(version "2.1")
|
||||
(version "2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -193,7 +193,7 @@ (define-public gsl
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0rhcia9jhr3p1f1wybwyllwqfs9bggz99i3mi5lpyqcpff1hdbar"))))
|
||||
"1pyq2c0j91z955746myn29c89jwkd435s2cbj8ks2hpag6d0mr2d"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:parallel-tests? #f))
|
||||
|
|
Loading…
Reference in a new issue