guix-commits
[Top][All Lists]
Advanced

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

14/54: gnu: r-cli: Update to 3.6.1.


From: guix-commits
Subject: 14/54: gnu: r-cli: Update to 3.6.1.
Date: Thu, 30 Mar 2023 13:22:00 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8fff2725064e6623a4adedb22e34b2ba85c633dd
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Mar 30 17:56:37 2023 +0200

    gnu: r-cli: Update to 3.6.1.
    
    * gnu/packages/cran.scm (r-cli): Update to 3.6.1.
---
 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 74eabc9153..64342cef8b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8418,14 +8418,14 @@ multivariate function estimation using smoothing 
splines.")
 (define-public r-cli
   (package
     (name "r-cli")
-    (version "3.6.0")
+    (version "3.6.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "cli" version))
        (sha256
         (base32
-         "15mqi8cacj7x588f1a7x805lwqbga2ha62k79qyxahrhh0qq21xn"))))
+         "0djyl08k7nhlbzgnfx7gq8w00s7c9f66bd11bvi9lzz6qz70cc5y"))))
     (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]