me
/
guix
Archived
1
0
Fork 0

gnu: r-rcppalgos: Update to 2.8.0.

* gnu/packages/cran.scm (r-rcppalgos): Update to 2.8.0.
Ricardo Wurmus 2023-07-17 14:19:52 +02:00
parent 892f9dba8a
commit 2f5903c51a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -16572,13 +16572,13 @@ address a bug.")
(define-public r-rcppalgos (define-public r-rcppalgos
(package (package
(name "r-rcppalgos") (name "r-rcppalgos")
(version "2.7.2") (version "2.8.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "RcppAlgos" version)) (uri (cran-uri "RcppAlgos" version))
(sha256 (sha256
(base32 (base32
"1wfwwbv9wrs2vbk0c36zcwcl9yyzz2h1mw36mpq7lz56xxhy0wf5")))) "1f9wxwqzv03bgr22s3hnj7mg9qlbap1dsg6vj1blgjl6xpfvz5bn"))))
(properties `((upstream-name . "RcppAlgos"))) (properties `((upstream-name . "RcppAlgos")))
(build-system r-build-system) (build-system r-build-system)
(inputs (list gmp)) (inputs (list gmp))