guix-commits
[Top][All Lists]
Advanced

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

18/124: gnu: r-xfun: Update to 0.27.


From: guix-commits
Subject: 18/124: gnu: r-xfun: Update to 0.27.
Date: Mon, 1 Nov 2021 17:28:52 -0400 (EDT)

rekado pushed a commit to branch r-updates
in repository guix.

commit c70d4ee5f0eec9abdf4019bb57cf03a9a1d38b9e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Nov 1 17:52:18 2021 +0000

    gnu: r-xfun: Update to 0.27.
    
    * gnu/packages/cran.scm (r-xfun): Update to 0.27.
---
 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 10a4fbf..7ddaae7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5872,13 +5872,13 @@ iVAT).")
 (define-public r-xfun
   (package
     (name "r-xfun")
-    (version "0.26")
+    (version "0.27")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "xfun" version))
        (sha256
-        (base32 "1997s00dzkyj15xk9w1r2h6i49srpgqzvhhyvd5pk1kwkd4809ly"))))
+        (base32 "11alh3kasiizfar0f667m5sj3s5443fggjv0541ghmxwlqrvyxf7"))))
     (build-system r-build-system)
     ;; knitr itself depends on xfun
     #;



reply via email to

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