guix-commits
[Top][All Lists]
Advanced

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

38/105: gnu: r-callr: Update to 3.4.2.


From: guix-commits
Subject: 38/105: gnu: r-callr: Update to 3.4.2.
Date: Wed, 19 Feb 2020 15:47:54 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit ed5e514dff4792f6541a7a4f33c57f87c2eebb6c
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Wed Feb 19 21:02:52 2020 +0100

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



reply via email to

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