guix-commits
[Top][All Lists]
Advanced

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

31/143: gnu: r-xfun: Update to 0.35.


From: guix-commits
Subject: 31/143: gnu: r-xfun: Update to 0.35.
Date: Tue, 29 Nov 2022 13:29:17 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit f7504072262d18cfd77fe185d7f1c1341ee86313
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 29 15:22:07 2022 +0100

    gnu: r-xfun: Update to 0.35.
    
    * gnu/packages/cran.scm (r-xfun): Update to 0.35.
---
 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 b7dd1885de..0b4931dd2a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7401,13 +7401,13 @@ iVAT).")
 (define-public r-xfun
   (package
     (name "r-xfun")
-    (version "0.34")
+    (version "0.35")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "xfun" version))
        (sha256
-        (base32 "0gc5lbk73bf0yhvc7wwz7hbq39hvphd8xdsgwi2c125rxcgnrrsh"))))
+        (base32 "04x6y7f3f105fzxn2kzmvfz0zqf2v28g8aqnsln6q9n4lm74vz45"))))
     (build-system r-build-system)
     ;; knitr itself depends on xfun
     #;



reply via email to

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