gnu: r-gsl: Update to 2.1-7.
* gnu/packages/cran.scm (r-gsl): Update to 2.1-7.
This commit is contained in:
parent
4de502de41
commit
33bc213ff5
1 changed files with 2 additions and 2 deletions
|
@ -12695,14 +12695,14 @@ parametrizations of Nolan.")
|
||||||
(define-public r-gsl
|
(define-public r-gsl
|
||||||
(package
|
(package
|
||||||
(name "r-gsl")
|
(name "r-gsl")
|
||||||
(version "2.1-6")
|
(version "2.1-7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "gsl" version))
|
(uri (cran-uri "gsl" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0p4rh7npp6qbfc5sxjq86xjn7c9ivf3pd60qf1hldwckjqin7m7m"))))
|
"05rvky8sh3jrlz0xbd6nss8h8ykfg1v10dymhlmcykl6v5csz1hs"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("gsl" ,gsl)))
|
`(("gsl" ,gsl)))
|
||||||
|
|
Reference in a new issue