[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch staging updated: gnu: r-rcpp: Update to 1.0.5.
From: |
guix-commits |
Subject: |
branch staging updated: gnu: r-rcpp: Update to 1.0.5. |
Date: |
Wed, 08 Jul 2020 09:44:45 -0400 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch staging
in repository guix.
The following commit(s) were added to refs/heads/staging by this push:
new ee39237 gnu: r-rcpp: Update to 1.0.5.
ee39237 is described below
commit ee392379a10b4b5639bbca6b9b8a08848a02301b
Author: Tanguy Le Carrour <tanguy@bioneland.org>
AuthorDate: Wed Jul 8 14:02:47 2020 +0200
gnu: r-rcpp: Update to 1.0.5.
* gnu/packages/cran.scm (r-rcpp): Update to 1.0.5.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ab5e57c..459edb0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2003,13 +2003,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")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch staging updated: gnu: r-rcpp: Update to 1.0.5.,
guix-commits <=