mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: gsl: Update to 2.7.1.
* gnu/packages/maths.scm (gsl): Update to 2.7.1.
This commit is contained in:
parent
82842302e8
commit
cbb1cddbfb
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue