guix-commits
[Top][All Lists]
Advanced

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

42/89: gnu: r-promises: Update to 1.1.1.


From: guix-commits
Subject: 42/89: gnu: r-promises: Update to 1.1.1.
Date: Thu, 11 Jun 2020 11:04:19 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 34a0a2412be851c92152ebde6065039923804b05
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jun 11 15:07:10 2020 +0200

    gnu: r-promises: Update to 1.1.1.
    
    * gnu/packages/cran.scm (r-promises): Update to 1.1.1.
    [native-inputs]: Add r-knitr.
---
 gnu/packages/cran.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b006288..d2b2881 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5771,14 +5771,14 @@ time after the current time, after the R execution 
stack has emptied.")
 (define-public r-promises
   (package
     (name "r-promises")
-    (version "1.1.0")
+    (version "1.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "promises" version))
        (sha256
         (base32
-         "01l0ydjvvy6afcg5d6pzvk1ikd3djq8n2flv8c831ksn68z0zsn8"))))
+         "002qkhcn3ri6a3w5fizjvdvrjgvqiw8i7rl9jglcnqik5kmwc61p"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-later" ,r-later)
@@ -5786,6 +5786,8 @@ time after the current time, after the R execution stack 
has emptied.")
        ("r-r6" ,r-r6)
        ("r-rcpp" ,r-rcpp)
        ("r-rlang" ,r-rlang)))
+    (native-inputs
+     `(("r-knitr" ,r-knitr)))
     (home-page "https://rstudio.github.io/promises";)
     (synopsis "Abstractions for promise-based asynchronous programming")
     (description



reply via email to

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