guix-commits
[Top][All Lists]
Advanced

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

38/212: gnu: r-cli: Update to 3.6.0.


From: guix-commits
Subject: 38/212: gnu: r-cli: Update to 3.6.0.
Date: Sat, 18 Feb 2023 14:00:51 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 7aaacd3f312f34723517535df732eb1b04f67850
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Feb 18 16:08:19 2023 +0100

    gnu: r-cli: Update to 3.6.0.
    
    * gnu/packages/cran.scm (r-cli): Update to 3.6.0.
---
 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 22282885cf..3f0b24b5cc 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7665,14 +7665,14 @@ multivariate function estimation using smoothing 
splines.")
 (define-public r-cli
   (package
     (name "r-cli")
-    (version "3.5.0")
+    (version "3.6.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "cli" version))
        (sha256
         (base32
-         "1p3gzq30f7hpr3v2s555z18r0y57zq2h03kijv7rl48lqzbnrjwc"))))
+         "15mqi8cacj7x588f1a7x805lwqbga2ha62k79qyxahrhh0qq21xn"))))
     (build-system r-build-system)
     (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]