me
/
guix
Archived
1
0
Fork 0

gnu: gsl: Update to 2.7.1.

* gnu/packages/maths.scm (gsl): Update to 2.7.1.
master
Marius Bakke 2022-08-12 01:15:52 +02:00
parent 82842302e8
commit cbb1cddbfb
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -526,14 +526,14 @@ precision floating point numbers.")
(define-public gsl
(package
(name "gsl")
(version "2.7")
(version "2.7.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gsl/gsl-"
version ".tar.gz"))
(sha256
(base32
"0av04cpblphvvs3kl5rwphniarml503501vrpqw31rd0bmwg7fzg"))))
"0jxkxrnpys2j3rh8bzx0bmnh4w6xm28jd57rgxsjp0s863agpc6w"))))
(build-system gnu-build-system)
(arguments
(let ((system (%current-system)))