guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/143: gnu: r-callr: Update to 3.7.3.


From: guix-commits
Subject: 12/143: gnu: r-callr: Update to 3.7.3.
Date: Tue, 29 Nov 2022 13:29:07 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 2c3cc0d7330791ebbd5a6dbbdd784ae8cd711c8a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 29 15:22:01 2022 +0100

    gnu: r-callr: Update to 3.7.3.
    
    * gnu/packages/cran.scm (r-callr): Update to 3.7.3.
---
 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 fd3c68becd..82826935ba 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2443,14 +2443,14 @@ same time tries to group instances from the same class 
together.")
 (define-public r-callr
   (package
     (name "r-callr")
-    (version "3.7.2")
+    (version "3.7.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "callr" version))
        (sha256
         (base32
-         "01q3b0w1cbrryvv1dwvnyd3j1f09xmhnwg1wskc51r3r4qhqmnhj"))))
+         "0knh5yxhxwjz96kbjrq524w4j8cac10k6mghhmblq79s0zgzwysn"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-r6 r-processx))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]