[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: r-cpp11: Update to 0.5.0.
From: |
guix-commits |
Subject: |
05/06: gnu: r-cpp11: Update to 0.5.0. |
Date: |
Tue, 27 Aug 2024 16:35:22 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit eb8d45054e0bdb1eb4f393b68708bdb5d17689cb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Aug 27 22:31:55 2024 +0200
gnu: r-cpp11: Update to 0.5.0.
* gnu/packages/cran.scm (r-cpp11): Update to 0.5.0.
Change-Id: I18ed26d2bf7c67f7500d9d1cb77071e933a9b0f7
---
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 340c99ea0c..4ca23a5c4e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -36036,14 +36036,14 @@ for linear mixed models (AIREML).")
(define-public r-cpp11
(package
(name "r-cpp11")
- (version "0.4.7")
+ (version "0.5.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "cpp11" version))
(sha256
(base32
- "0i234s1g1vc6m2sqxia5r1gaca05znjv4bff5dj74fach9k147c0"))))
+ "18rl8g68iwmdxiy0c3aqw17limx74hpc5q3irdqj9ndzlnvn9pbm"))))
(properties `((upstream-name . "cpp11")))
(build-system r-build-system)
(native-inputs (list r-knitr))
- branch master updated (1ee12c3c6b -> 61190f4db5), guix-commits, 2024/08/27
- 04/06: gnu: r-mcmcpack: Update to 1.7-1., guix-commits, 2024/08/27
- 03/06: gnu: r-wgaim: Update to 2.0-6., guix-commits, 2024/08/27
- 06/06: gnu: r-data-table: Update to 1.16.0., guix-commits, 2024/08/27
- 05/06: gnu: r-cpp11: Update to 0.5.0.,
guix-commits <=
- 02/06: gnu: r-curl: Update to 5.2.2., guix-commits, 2024/08/27
- 01/06: gnu: r-ecp: Update to 3.1.6., guix-commits, 2024/08/27