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

* gnu/packages/cran.scm (r-gsl): Update to 2.1-6.
master
Ricardo Wurmus 2019-03-25 16:28:20 +01:00
parent a6d867fed9
commit 6bdce94f43
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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