guix-commits
[Top][All Lists]
Advanced

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

18/89: gnu: r-xfun: Update to 0.18.


From: guix-commits
Subject: 18/89: gnu: r-xfun: Update to 0.18.
Date: Mon, 5 Oct 2020 18:34:46 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 5f777b5ff2b43275d75b3efff7be7158c02a5c5d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 5 22:12:56 2020 +0200

    gnu: r-xfun: Update to 0.18.
    
    * gnu/packages/cran.scm (r-xfun): Update to 0.18.
---
 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 5e475c5..7c0bab2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4560,13 +4560,13 @@ iVAT).")
 (define-public r-xfun
   (package
     (name "r-xfun")
-    (version "0.17")
+    (version "0.18")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "xfun" version))
        (sha256
-        (base32 "1zd5qi1rrz3b1lpisapa2yscanz39ghaamf28g7aq3z9ai2a2ymj"))))
+        (base32 "0iqh9b0a5wlc4lmqf7r169h4m2xji5l1viwwi47qf094rl5r3ddr"))))
     (build-system r-build-system)
     ;; knitr itself depends on xfun
     #;



reply via email to

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