mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: r-rcppalgos: Update to 2.7.2.
* gnu/packages/cran.scm (r-rcppalgos): Update to 2.7.2.
This commit is contained in:
parent
6f480dbba4
commit
b00e285dec
1 changed files with 2 additions and 2 deletions
|
@ -15705,13 +15705,13 @@ (define-public r-weights
|
|||
(define-public r-rcppalgos
|
||||
(package
|
||||
(name "r-rcppalgos")
|
||||
(version "2.7.1")
|
||||
(version "2.7.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RcppAlgos" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1js4h78szdfszphrbb0rh7hvr1hx0gp8lqxy67l4qvszcqj08wy1"))))
|
||||
"1wfwwbv9wrs2vbk0c36zcwcl9yyzz2h1mw36mpq7lz56xxhy0wf5"))))
|
||||
(properties `((upstream-name . "RcppAlgos")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list gmp))
|
||||
|
|
Loading…
Reference in a new issue