guix-commits
[Top][All Lists]
Advanced

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

06/32: gnu: r-cli: Update to 2.0.2.


From: guix-commits
Subject: 06/32: gnu: r-cli: Update to 2.0.2.
Date: Sun, 1 Mar 2020 17:21:32 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 353b3515a6a377d2c8c9226e7cdb3c759d9bea66
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Sun Mar 1 22:48:19 2020 +0100

    gnu: r-cli: Update to 2.0.2.
    
    * gnu/packages/cran.scm (r-cli): Update to 2.0.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 e9337bb..777970c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3792,14 +3792,14 @@ plots in @code{ggplot2}.")
 (define-public r-cli
   (package
     (name "r-cli")
-    (version "2.0.1")
+    (version "2.0.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "cli" version))
        (sha256
         (base32
-         "0x28i7kj4qndk6mnn99qn9w2nfldv8csjnsn0n8phfnxq5hnmp5y"))))
+         "1dhkah6jvr96k4h4agcc2rfls75bpjb0j58fzaz3dc0fp3jk8229"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-assertthat" ,r-assertthat)



reply via email to

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