mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-rcppalgos: Update to 2.8.1.
* gnu/packages/cran.scm (r-rcppalgos): Update to 2.8.1.
This commit is contained in:
parent
090d1c66d7
commit
b201fdd7e8
1 changed files with 2 additions and 2 deletions
|
@ -17042,13 +17042,13 @@ (define-public r-weights
|
|||
(define-public r-rcppalgos
|
||||
(package
|
||||
(name "r-rcppalgos")
|
||||
(version "2.8.0")
|
||||
(version "2.8.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RcppAlgos" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1f9wxwqzv03bgr22s3hnj7mg9qlbap1dsg6vj1blgjl6xpfvz5bn"))))
|
||||
"0fqmjrb7l9jzdk0v851536fyhz2fhq1ai1nkx38n1shrw0j13cy3"))))
|
||||
(properties `((upstream-name . "RcppAlgos")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list gmp))
|
||||
|
|
Loading…
Reference in a new issue