gnu: gsl: Update to 2.7.1.

* gnu/packages/maths.scm (gsl): Update to 2.7.1.
This commit is contained in:
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

View file

@ -526,14 +526,14 @@ (define-public dsfmt
(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)))