gnu: r-rcppgsl: Update to 0.3.7.

* gnu/packages/cran.scm (r-rcppgsl): Update to 0.3.7.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-22 08:31:00 +02:00
parent 252bb46277
commit c42625c8b0
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -8726,14 +8726,13 @@ (define-public r-tweedie
(define-public r-rcppgsl
(package
(name "r-rcppgsl")
(version "0.3.6")
(version "0.3.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "RcppGSL" version))
(sha256
(base32
"16pdapq31729db53agnb48jkvdm97167n3bigy5zazc3q3isis1m"))))
(base32 "0cnw2k7cfqrm79r6j283aybflxig80x4n4rjkfp2317wf10mrsa5"))))
(properties `((upstream-name . "RcppGSL")))
(build-system r-build-system)
(propagated-inputs