gnu: r-rcpproll: Update to 0.3.0.
* gnu/packages/cran.scm (r-rcpproll): Update to 0.3.0.
This commit is contained in:
parent
a151f1e60a
commit
d0396c8ea1
|
@ -1596,14 +1596,14 @@ Core algorithms are executed in parallel on systems supporting OpenMP.")
|
||||||
(define-public r-rcpproll
|
(define-public r-rcpproll
|
||||||
(package
|
(package
|
||||||
(name "r-rcpproll")
|
(name "r-rcpproll")
|
||||||
(version "0.2.2")
|
(version "0.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "RcppRoll" version))
|
(uri (cran-uri "RcppRoll" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19xzvxym8zbighndygkq4imfwc0abh4hqyq3qrr8aakyd096iisi"))))
|
"0srzfhzkk42kzrdjnhbb37946jp1p688rgysy6k3i2is8jb21zyb"))))
|
||||||
(properties `((upstream-name . "RcppRoll")))
|
(properties `((upstream-name . "RcppRoll")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in New Issue