guix-commits
[Top][All Lists]
Advanced

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

22/115: gnu: r-xfun: Update to 0.28.


From: guix-commits
Subject: 22/115: gnu: r-xfun: Update to 0.28.
Date: Tue, 23 Nov 2021 10:26:38 -0500 (EST)

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

commit 48b97cf7cfeb4173c5968da0c39ab1561430ce20
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 23 15:23:10 2021 +0100

    gnu: r-xfun: Update to 0.28.
    
    * gnu/packages/cran.scm (r-xfun): Update to 0.28.
---
 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 38a9cae..19db8b6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5900,13 +5900,13 @@ iVAT).")
 (define-public r-xfun
   (package
     (name "r-xfun")
-    (version "0.27")
+    (version "0.28")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "xfun" version))
        (sha256
-        (base32 "11alh3kasiizfar0f667m5sj3s5443fggjv0541ghmxwlqrvyxf7"))))
+        (base32 "0civd050r94w2vwfx3xgz1w36wkwrkm5dscdv5kb3klbvqwy8nqb"))))
     (build-system r-build-system)
     ;; knitr itself depends on xfun
     #;



reply via email to

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