[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/125: gnu: r-v8: Update to 3.4.2.
From: |
guix-commits |
Subject: |
09/125: gnu: r-v8: Update to 3.4.2. |
Date: |
Tue, 4 May 2021 01:33:05 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit e68e3f68a5867c1d0a804fd5b31f73a15a925bc0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 4 07:13:03 2021 +0200
gnu: r-v8: Update to 3.4.2.
* gnu/packages/cran.scm (r-v8): Update to 3.4.2.
[inputs]: Add zlib.
---
gnu/packages/cran.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 167c839..ed2553b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -373,14 +373,14 @@ degree elevation and curve fitting.")
(define-public r-v8
(package
(name "r-v8")
- (version "3.4.0")
+ (version "3.4.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "V8" version))
(sha256
(base32
- "1g9z22pc8ydx1yhv57ww2d2jg5hvrl7ilwa79x89zgn17jha5j7m"))))
+ "1vfj89shfzx7b6papi2y671l8gksng775kilmqzl5gx87i3l61i1"))))
(properties `((upstream-name . "V8")))
(build-system r-build-system)
(arguments
@@ -402,7 +402,8 @@ degree elevation and curve fitting.")
(assoc-ref inputs "node") "/lib"))
#t)))))
(inputs
- `(("node" ,libnode)))
+ `(("node" ,libnode)
+ ("zlib" ,zlib)))
(propagated-inputs
`(("r-curl" ,r-curl)
("r-jsonlite" ,r-jsonlite)
- 01/125: gnu: r-abn: Update to 2.5-0., (continued)
- 01/125: gnu: r-abn: Update to 2.5-0., guix-commits, 2021/05/04
- 02/125: gnu: Add r-conflicted., guix-commits, 2021/05/04
- 03/125: gnu: Add r-dtplyr., guix-commits, 2021/05/04
- 05/125: gnu: Add r-ids., guix-commits, 2021/05/04
- 08/125: gnu: r-brio: Update to 1.1.2., guix-commits, 2021/05/04
- 04/125: gnu: Add r-googledrive., guix-commits, 2021/05/04
- 06/125: gnu: Add r-googlesheets4., guix-commits, 2021/05/04
- 07/125: gnu: Add r-curry., guix-commits, 2021/05/04
- 10/125: gnu: r-ellipsis: Update to 0.3.2., guix-commits, 2021/05/04
- 11/125: gnu: r-mboost: Update to 2.9-5., guix-commits, 2021/05/04
- 09/125: gnu: r-v8: Update to 3.4.2.,
guix-commits <=
- 13/125: gnu: r-tidyverse: Update to 1.3.1., guix-commits, 2021/05/04
- 14/125: gnu: r-callr: Update to 3.7.0., guix-commits, 2021/05/04
- 15/125: gnu: r-httpuv: Update to 1.6.0., guix-commits, 2021/05/04
- 17/125: gnu: r-curl: Update to 4.3.1., guix-commits, 2021/05/04
- 16/125: gnu: r-servr: Update to 0.22., guix-commits, 2021/05/04
- 12/125: gnu: r-shadowtext: Update to 0.0.8., guix-commits, 2021/05/04
- 18/125: gnu: r-jquerylib: Update to 0.1.4., guix-commits, 2021/05/04
- 20/125: gnu: r-ape: Update to 5.5., guix-commits, 2021/05/04
- 21/125: gnu: r-pkgload: Update to 1.2.1., guix-commits, 2021/05/04
- 22/125: gnu: r-inum: Update to 1.0-4., guix-commits, 2021/05/04