[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/115: gnu: r-v8: Update to 3.6.0.
From: |
guix-commits |
Subject: |
05/115: gnu: r-v8: Update to 3.6.0. |
Date: |
Tue, 23 Nov 2021 10:26:32 -0500 (EST) |
rekado pushed a commit to branch r-updates
in repository guix.
commit 2839c1717528614e50180416f1862beba0d7a812
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 23 15:29:58 2021 +0100
gnu: r-v8: Update to 3.6.0.
* gnu/packages/cran.scm (r-v8): Update to 3.6.0.
---
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 5b48abe..a166c65 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -472,14 +472,14 @@ degree elevation and curve fitting.")
(define-public r-v8
(package
(name "r-v8")
- (version "3.4.2")
+ (version "3.6.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "V8" version))
(sha256
(base32
- "1vfj89shfzx7b6papi2y671l8gksng775kilmqzl5gx87i3l61i1"))))
+ "0xqk4rcv255r2wll2jpzf9ix8j6hbhw0vbhg2g9i6z2apyc9i5m3"))))
(properties `((upstream-name . "V8")))
(build-system r-build-system)
(arguments
- branch r-updates created (now cf7c91b), guix-commits, 2021/11/23
- 02/115: gnu: r-arrow: Update to 6.0.1., guix-commits, 2021/11/23
- 03/115: gnu: Add r-fontawesome., guix-commits, 2021/11/23
- 01/115: gnu: apache-arrow: Update to 6.0.1., guix-commits, 2021/11/23
- 05/115: gnu: r-v8: Update to 3.6.0.,
guix-commits <=
- 04/115: gnu: r-shiny: Update to 1.7.1., guix-commits, 2021/11/23
- 07/115: gnu: r-servr: Update to 0.24., guix-commits, 2021/11/23
- 08/115: gnu: r-shinyfiles: Update to 0.9.1., guix-commits, 2021/11/23
- 13/115: gnu: r-sp: Update to 1.4-6., guix-commits, 2021/11/23
- 14/115: gnu: r-rmpi: Update to 0.6-9.2., guix-commits, 2021/11/23
- 15/115: gnu: r-lmtest: Update to 0.9-39., guix-commits, 2021/11/23
- 16/115: gnu: r-generics: Update to 0.1.1., guix-commits, 2021/11/23
- 06/115: gnu: r-ggpmisc: Update to 0.4.4., guix-commits, 2021/11/23
- 10/115: gnu: r-glue: Update to 1.5.0., guix-commits, 2021/11/23
- 09/115: gnu: r-crosstalk: Update to 1.2.0., guix-commits, 2021/11/23