gnu: r-rcppgsl: Update to 0.3.11.
* gnu/packages/cran.scm (r-rcppgsl): Update to 0.3.11.
parent
e796678766
commit
51cb6e9a4e
|
@ -12561,13 +12561,13 @@ and related methods.")
|
||||||
(define-public r-rcppgsl
|
(define-public r-rcppgsl
|
||||||
(package
|
(package
|
||||||
(name "r-rcppgsl")
|
(name "r-rcppgsl")
|
||||||
(version "0.3.10")
|
(version "0.3.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "RcppGSL" version))
|
(uri (cran-uri "RcppGSL" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0lalz51q31qqy0cr227vc3msi0h47p111lzy4zs93drgl1yhh4l6"))))
|
(base32 "1a5dms0axlzgpv1z2bhfrb77497h0ch1yslq0gidj14vr4kfm57h"))))
|
||||||
(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