guix-commits
[Top][All Lists]
Advanced

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

23/96: gnu: r-cli: Update to 2.3.0.


From: guix-commits
Subject: 23/96: gnu: r-cli: Update to 2.3.0.
Date: Wed, 10 Feb 2021 19:06:28 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 87ac76d4ba8eb8318f287b83e90e516ddccaf709
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 11 00:53:08 2021 +0100

    gnu: r-cli: Update to 2.3.0.
    
    * gnu/packages/cran.scm (r-cli): Update to 2.3.0.
    [propagated-inputs]: Remove r-crayon and r-fansi.
---
 gnu/packages/cran.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 7ca1cf7..b077802 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4748,19 +4748,17 @@ plots in @code{ggplot2}.")
 (define-public r-cli
   (package
     (name "r-cli")
-    (version "2.2.0")
+    (version "2.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "cli" version))
        (sha256
         (base32
-         "1f20mk9pb9kqn0ni2z0sqsx8qj1apcbiw08pa4gwry142zv7m9rr"))))
+         "128bx3bds0dnkixc4frbky11rz1ilnvdfzz9mggajj690i11b62q"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-assertthat" ,r-assertthat)
-       ("r-crayon" ,r-crayon)
-       ("r-fansi" ,r-fansi)
        ("r-glue" ,r-glue)))
     (home-page "https://github.com/r-lib/cli#readme";)
     (synopsis "Helpers for developing command line interfaces")



reply via email to

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