diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-02-18 16:08:31 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-02-18 19:56:36 +0100 |
commit | 92996040e70322a77d5ed508014007b6aaf51d1e (patch) | |
tree | 052b08e08a14926916263b776490389eb8969942 | |
parent | 88fc74a3b6a745136bfc0b3ede4f23135c7b1b8f (diff) | |
download | guix-92996040e70322a77d5ed508014007b6aaf51d1e.tar.gz guix-92996040e70322a77d5ed508014007b6aaf51d1e.zip |
gnu: r-rcppalgos: Update to 2.7.1.
* gnu/packages/cran.scm (r-rcppalgos): Update to 2.7.1.
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index dc016afb6c..48fd0fcdd7 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -15134,13 +15134,13 @@ address a bug.") (define-public r-rcppalgos (package (name "r-rcppalgos") - (version "2.6.0") + (version "2.7.1") (source (origin (method url-fetch) (uri (cran-uri "RcppAlgos" version)) (sha256 (base32 - "11dvh0ba3chsqf3vw8g9h1754arxgwqryayavx3n6vm5daz2krqa")))) + "1js4h78szdfszphrbb0rh7hvr1hx0gp8lqxy67l4qvszcqj08wy1")))) (properties `((upstream-name . "RcppAlgos"))) (build-system r-build-system) (inputs (list gmp)) |