Archived
1
0
Fork 0

gnu: r-gsl: Update to 2.1-5.

* gnu/packages/cran.scm (r-gsl): Update to 2.1-5.
This commit is contained in:
Ricardo Wurmus 2019-03-21 00:00:51 +01:00
parent f69ba00f09
commit 9d047572c8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8806,14 +8806,14 @@ parametrizations of Nolan.")
(define-public r-gsl (define-public r-gsl
(package (package
(name "r-gsl") (name "r-gsl")
(version "1.9-10.3") (version "2.1-5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "gsl" version)) (uri (cran-uri "gsl" version))
(sha256 (sha256
(base32 (base32
"00isw2iha5af4s7rr8svqka9mkl9l26l8h2rnk4r7fkhh7fc97sg")))) "18kzgwmyfqg570gn2b33fm6mj87fiaa4a3bx954yrj8iq28im71v"))))
(build-system r-build-system) (build-system r-build-system)
(inputs (inputs
`(("gsl" ,gsl))) `(("gsl" ,gsl)))