guix-commits
[Top][All Lists]
Advanced

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

28/214: gnu: r-callr: Update to 3.7.2.


From: guix-commits
Subject: 28/214: gnu: r-callr: Update to 3.7.2.
Date: Tue, 20 Sep 2022 11:06:57 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 056f8eed57abd2d8f6ca49c63589c3a62a155fae
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 20 10:52:47 2022 +0200

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



reply via email to

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