aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-12-28 00:44:42 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-01-01 14:35:15 +0100
commitcd1ea61bc0e7a3f17ef889c759f68c199ee04597 (patch)
tree7c1722162fe7f586c3de1c92259b0ab42c051b73 /gnu/packages
parent373c9b4efc6df86f047c7f7c78672395cd0f8ab5 (diff)
downloadguix-cd1ea61bc0e7a3f17ef889c759f68c199ee04597.tar.gz
guix-cd1ea61bc0e7a3f17ef889c759f68c199ee04597.zip
gnu: r-brew: Update to 1.0-10.
* gnu/packages/statistics.scm (r-brew): Update to 1.0-10. Change-Id: I8d3045477d8b329f0c626738a0cd8cf02862e34c
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/statistics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 774d1e794d..35d8c2f87e 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2738,13 +2738,13 @@ SLURM and Sun Grid Engine. Multicore and SSH systems are also supported.")
(define-public r-brew
(package
(name "r-brew")
- (version "1.0-8")
+ (version "1.0-10")
(source (origin
(method url-fetch)
(uri (cran-uri "brew" version))
(sha256
(base32
- "09kq14nbaw0mmpb2vbfklz786q6lyizzkyg5bg64bmj2f1d2sr8i"))))
+ "13x3vnrhfcvr479r4dya61a5vcky2gb4kv2xbivy0ah39qrzg0a1"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/brew")
(synopsis "Templating framework for report generation")
the core subset....Mathieu Othacehe 2021-07-05ci: Change "core" subset to include the latest GCC and Guile....Ludovic Courtès 2021-07-03ci: Remove duplicate ".SYSTEM" extension for cross-compilation jobs....Ludovic Courtès 2021-05-25ci: Add derivation inputs....Mathieu Othacehe 2021-05-25ci: Add derivation inputs....Mathieu Othacehe 2021-04-28ci: Add custom subset....Mathieu Othacehe 2021-04-28ci: Add arguments->systems procedure....Mathieu Othacehe 2021-04-28ci: Factorize image->job procedure....Mathieu Othacehe 2021-04-18ci: tarball: Use "current-guix" as profile name....Mathieu Othacehe 2021-04-12ci: Fix system-tests subset....Mathieu Othacehe 2021-04-08ci: Introduce new subsets....Mathieu Othacehe 2021-04-08ci: Remove the job period argument....Mathieu Othacehe 2021-03-23ci: %cross-targets: Add powerpc64le-linux-gnu....Chris Marusich 2021-03-23ci: Change manifest argument type....Mathieu Othacehe 2021-03-14ci: Support packages with multiple channels....Mathieu Othacehe 2021-03-14ci: Add channel subset support....Mathieu Othacehe 2021-03-10ci: Remove hydra support....Mathieu Othacehe 2021-01-31ci: Remove the package version from the job name....Mathieu Othacehe 2021-01-29ci: Raise max-silent-time to 3600....Mathieu Othacehe