guix-commits
[Top][All Lists]
Advanced

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

66/103: gnu: r-callr: Update to 3.0.0.


From: Ricardo Wurmus
Subject: 66/103: gnu: r-callr: Update to 3.0.0.
Date: Wed, 5 Sep 2018 14:03:52 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit b72de5b3f674e3b360f1d7c5032d9fb47e0992d7
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Sep 5 19:25:42 2018 +0200

    gnu: r-callr: Update to 3.0.0.
    
    * gnu/packages/cran.scm (r-callr): Update to 3.0.0.
    [propagated-inputs]: Add r-base64enc.
---
 gnu/packages/cran.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 2c6de3d..5c3c7ed 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -193,17 +193,18 @@ such as copy/paste from an R session.")
 (define-public r-callr
   (package
     (name "r-callr")
-    (version "2.0.4")
+    (version "3.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "callr" version))
        (sha256
         (base32
-         "1053qqq632z94pqq2v5dynjpgyv1b1c8zvidmcllw7zn8zha8gqf"))))
+         "1rxbxy6kn7dj90z9hpppr9cnpvnxzknba2dwrdp0lrk5dh462qz3"))))
     (build-system r-build-system)
     (propagated-inputs
-     `(("r-r6" ,r-r6)
+     `(("r-base64enc" ,r-base64enc)
+       ("r-r6" ,r-r6)
        ("r-processx" ,r-processx)))
     (home-page "https://github.com/r-lib/callr#readme";)
     (synopsis "Call R from R")



reply via email to

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