gnu: r-rcppgsl: Update to 0.3.13.
* gnu/packages/cran.scm (r-rcppgsl): Update to 0.3.13.master
parent
dcf9ce4597
commit
88fc74a3b6
|
@ -14892,13 +14892,13 @@ and related methods.")
|
||||||
(define-public r-rcppgsl
|
(define-public r-rcppgsl
|
||||||
(package
|
(package
|
||||||
(name "r-rcppgsl")
|
(name "r-rcppgsl")
|
||||||
(version "0.3.12")
|
(version "0.3.13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "RcppGSL" version))
|
(uri (cran-uri "RcppGSL" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1qmrwd0zc0kwbhpwxg5s5fxp0pmfh0hwcli8vqh1q41997yyy14m"))))
|
(base32 "1rwkin79ppkdz1y9pghxx29vlyvs84bylvqblkhj8r4w26y76ppy"))))
|
||||||
(properties `((upstream-name . "RcppGSL")))
|
(properties `((upstream-name . "RcppGSL")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue