guix-commits
[Top][All Lists]
Advanced

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

05/20: gnu: r-callr: Update to 3.4.3.


From: guix-commits
Subject: 05/20: gnu: r-callr: Update to 3.4.3.
Date: Wed, 1 Apr 2020 05:21:56 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 29825fe2904b13728255285e06c857876e20bd9c
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Wed Apr 1 11:11:12 2020 +0200

    gnu: r-callr: Update to 3.4.3.
    
    * gnu/packages/cran.scm (r-callr): Update to 3.4.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 759b926..412ed61 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -425,14 +425,14 @@ such as copy/paste from an R session.")
 (define-public r-callr
   (package
     (name "r-callr")
-    (version "3.4.2")
+    (version "3.4.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "callr" version))
        (sha256
         (base32
-         "0bdlp0labwyfl36jqslj2g7zmw7zwr58v9gam435kiblhjimb8fc"))))
+         "1dc20gdawy9mhnc452qlshv2p4krs6c2gymvpv365mn141zjgdq1"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-r6" ,r-r6)



reply via email to

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