guix-commits
[Top][All Lists]
Advanced

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

05/11: gnu: r-callr: Update to 3.7.5.


From: guix-commits
Subject: 05/11: gnu: r-callr: Update to 3.7.5.
Date: Tue, 20 Feb 2024 14:21:45 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit a66b3db343a5f559c483968300588898c9e540e4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Feb 20 17:43:51 2024 +0100

    gnu: r-callr: Update to 3.7.5.
    
    * gnu/packages/cran.scm (r-callr): Update to 3.7.5.
    
    Change-Id: I0af56ae805e8a2fe7c0bd975bd25c65b136df249
---
 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 3b455b7aca..df865dd887 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4090,14 +4090,14 @@ same time tries to group instances from the same class 
together.")
 (define-public r-callr
   (package
     (name "r-callr")
-    (version "3.7.4")
+    (version "3.7.5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "callr" version))
        (sha256
         (base32
-         "1cspwxqmfpdvlklyvvdwpvbifjp7nm703jp1q2hg48zgqd2kdak9"))))
+         "0b277fvjglnqrjmsm4ilhqrp9sjag0r9mxls2h9v1m94ff7ix88q"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-processx r-r6))



reply via email to

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