[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/15: gnu: r-callr: Update to 3.7.4.
From: |
guix-commits |
Subject: |
05/15: gnu: r-callr: Update to 3.7.4. |
Date: |
Mon, 19 Feb 2024 06:45:57 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit b94c47228ea0695da5a9b49f24e5ebc00127719e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Feb 19 12:21:13 2024 +0100
gnu: r-callr: Update to 3.7.4.
* gnu/packages/cran.scm (r-callr): Update to 3.7.4.
Change-Id: I90e0fc91fdad8a2ce7a368d076a54d74ec3497c0
---
gnu/packages/cran.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 2071fc8742..699721e920 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4069,17 +4069,17 @@ same time tries to group instances from the same class
together.")
(define-public r-callr
(package
(name "r-callr")
- (version "3.7.3")
+ (version "3.7.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "callr" version))
(sha256
(base32
- "0knh5yxhxwjz96kbjrq524w4j8cac10k6mghhmblq79s0zgzwysn"))))
+ "1cspwxqmfpdvlklyvvdwpvbifjp7nm703jp1q2hg48zgqd2kdak9"))))
(build-system r-build-system)
(propagated-inputs
- (list r-r6 r-processx))
+ (list r-processx r-r6))
(home-page "https://github.com/r-lib/callr#readme")
(synopsis "Call R from R")
(description
- branch master updated (052ef14521 -> 90e8febd29), guix-commits, 2024/02/19
- 02/15: upstream: update-package-inputs: Sort extra inputs., guix-commits, 2024/02/19
- 03/15: gnu: r-pscbs: Update to 0.67.0., guix-commits, 2024/02/19
- 01/15: machine/ssh: Refresh parameterization of %CURRENT-SYSTEM., guix-commits, 2024/02/19
- 04/15: gnu: r-r-rsp: Update to 0.46.0., guix-commits, 2024/02/19
- 07/15: gnu: r-collapse: Update to 2.0.10., guix-commits, 2024/02/19
- 08/15: gnu: r-recipes: Update to 1.0.10., guix-commits, 2024/02/19
- 09/15: gnu: r-sm: Update to 2.2-6.0., guix-commits, 2024/02/19
- 11/15: gnu: r-magick: Update to 2.8.3., guix-commits, 2024/02/19
- 13/15: gnu: r-setrng: Update to 2024.2-1., guix-commits, 2024/02/19
- 05/15: gnu: r-callr: Update to 3.7.4.,
guix-commits <=
- 06/15: gnu: r-igraph: Update to 2.0.2., guix-commits, 2024/02/19
- 10/15: gnu: r-splus2r: Update to 1.3-5., guix-commits, 2024/02/19
- 12/15: gnu: r-performance: Update to 0.10.9., guix-commits, 2024/02/19
- 15/15: gnu: Add sugar-chat-activity., guix-commits, 2024/02/19
- 14/15: gnu: r-workflows: Update to 1.1.4., guix-commits, 2024/02/19