diff mbox series

[bug#42263] gnu: r-rcpp: Update to 1.0.5.

Message ID 20200708120247.21958-1-tanguy@bioneland.org
State Accepted
Headers show
Series [bug#42263] gnu: r-rcpp: Update to 1.0.5. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job

Commit Message

Tanguy LE CARROUR July 8, 2020, 12:02 p.m. UTC
* gnu/packages/cran.scm (r-rcpp): Update to 1.0.5.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Efraim Flashner July 8, 2020, 1:43 p.m. UTC | #1
Thanks for the patch! This will result in ~550 package rebuilds so I've
pushed it to the staging branch.
diff mbox series

Patch

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c32558b0be..0091ce9245 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2005,13 +2005,13 @@  you to rapidly iterate while developing a package.")
 (define-public r-rcpp
   (package
     (name "r-rcpp")
-    (version "1.0.4.6")
+    (version "1.0.5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "Rcpp" version))
        (sha256
-        (base32 "00mk23zmrqn1c4mk9d6csjcbnl12wd7yicjk2ikmw5dyvdfngbs5"))))
+        (base32 "012wbj446k1wz6bp6bpf6h77ypvcsw69xvnax6qf6vyc7dj2qimq"))))
     (build-system r-build-system)
     (home-page "http://www.rcpp.org")
     (synopsis "Seamless R and C++ integration")