gnu: r-gsl: Update to 2.1-8.
* gnu/packages/cran.scm (r-gsl): Update to 2.1-8.
This commit is contained in:
parent
16019e9585
commit
273cda9f0f
1 changed files with 2 additions and 2 deletions
|
|
@ -15659,14 +15659,14 @@ parametrizations of Nolan.")
|
||||||
(define-public r-gsl
|
(define-public r-gsl
|
||||||
(package
|
(package
|
||||||
(name "r-gsl")
|
(name "r-gsl")
|
||||||
(version "2.1-7.1")
|
(version "2.1-8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "gsl" version))
|
(uri (cran-uri "gsl" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"118rj9kjx9rzlynvhrly19qz3yxg8jzws35971ssgzrp5lwd367f"))))
|
"159d782nz7fqhgcj3fa79hlmkdrqnkd0ypgzcl71kgas92zhjdpk"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list gsl))
|
(list gsl))
|
||||||
|
|
|
||||||
Reference in a new issue