[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/174: gnu: r-opencpu: Update to 2.2.10.
From: |
guix-commits |
Subject: |
04/174: gnu: r-opencpu: Update to 2.2.10. |
Date: |
Tue, 11 Jul 2023 14:47:57 -0400 (EDT) |
rekado pushed a commit to branch r-updates
in repository guix.
commit 4e1a8a12de920f77e810f87116e0235a6eccc69a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jul 10 22:40:18 2023 +0200
gnu: r-opencpu: Update to 2.2.10.
* gnu/packages/cran.scm (r-opencpu): Update to 2.2.10.
[properties]: Add hints for updater.
---
gnu/packages/cran.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b58504ab1d..06e9e9cc9b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -37415,18 +37415,21 @@ reading and writing arbitrary protocol-buffer data in
R.")
(define-public r-opencpu
(package
(name "r-opencpu")
- (version "2.2.9")
+ (version "2.2.10")
(source
(origin
(method url-fetch)
(uri (cran-uri "opencpu" version))
(sha256
- (base32 "18vlr1isi92zc9a16ld3fczdw2mcd142k5cbpls3nfxgdjbx3qqk"))
+ (base32 "0wpr3cgkznrm2ivapi1vdlcm2729v1jkyah5q82nfmnzisdlrc4a"))
(snippet
'(for-each delete-file
'("inst/test/jquery-1.10.2.min.js"
"inst/test/bootstrap/js/bootstrap.min.js")))))
- (properties `((upstream-name . "opencpu")))
+ (properties
+ `((upstream-name . "opencpu")
+ (updater-ignored-inputs . ("apparmor"))
+ (updater-extra-native-inputs . ("js-jquery"))))
(build-system r-build-system)
(arguments
(list
- 12/174: gnu: r-gmp: Update to 0.7-2., (continued)
- 12/174: gnu: r-gmp: Update to 0.7-2., guix-commits, 2023/07/11
- 13/174: gnu: Add r-envstats., guix-commits, 2023/07/11
- 14/174: gnu: r-leidenalg: Update to 1.1.0., guix-commits, 2023/07/11
- 18/174: gnu: apache-arrow: Update to 12.0.1., guix-commits, 2023/07/11
- 19/174: gnu: r-biomartr: Update to 1.0.4., guix-commits, 2023/07/11
- 23/174: gnu: r-datawizard: Update to 0.8.0., guix-commits, 2023/07/11
- 24/174: gnu: r-googledrive: Update to 2.1.1., guix-commits, 2023/07/11
- 25/174: gnu: r-googlesheets4: Update to 1.1.1., guix-commits, 2023/07/11
- 26/174: gnu: r-ggpmisc: Update to 0.5.3., guix-commits, 2023/07/11
- 27/174: gnu: r-ecp: Update to 3.1.5., guix-commits, 2023/07/11
- 04/174: gnu: r-opencpu: Update to 2.2.10.,
guix-commits <=
- 15/174: gnu: r-terra: Update to 1.7-39., guix-commits, 2023/07/11
- 16/174: gnu: r-igraph: Update to 1.5.0., guix-commits, 2023/07/11
- 20/174: gnu: r-numbat: Update to 1.3.2-1., guix-commits, 2023/07/11
- 21/174: gnu: r-scistreer: Update to 1.2.0., guix-commits, 2023/07/11
- 28/174: gnu: r-readxl: Update to 1.4.3., guix-commits, 2023/07/11
- 29/174: gnu: r-jsonlite: Update to 1.8.7., guix-commits, 2023/07/11
- 30/174: gnu: r-curl: Update to 5.0.1., guix-commits, 2023/07/11
- 38/174: gnu: r-ctrdata: Update to 1.13.3., guix-commits, 2023/07/11
- 47/174: gnu: r-webshot: Update to 0.5.5., guix-commits, 2023/07/11
- 37/174: gnu: r-rcppthread: Update to 2.1.5., guix-commits, 2023/07/11