guix-commits
[Top][All Lists]
Advanced

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

04/36: gnu: r-xfun: Update to 0.2.


From: Tobias Geerinckx-Rice
Subject: 04/36: gnu: r-xfun: Update to 0.2.
Date: Tue, 19 Jun 2018 23:27:45 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit cac85e8bdbc510dbbe49b951b76b327c9eaa0008
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jun 20 00:24:47 2018 +0200

    gnu: r-xfun: Update to 0.2.
    
    * gnu/packages/cran.scm (r-xfun): Update to 0.2.
---
 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 aa5bdc9..2d4dd18 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2570,14 +2570,14 @@ iVAT).")
 (define-public r-xfun
   (package
     (name "r-xfun")
-    (version "0.1")
+    (version "0.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "xfun" version))
        (sha256
         (base32
-         "1sm51gmwgw876d6d1q8smxmfgfh6zsnykfx8qp8z6jmh0fvd89pj"))))
+         "0zl22fcw90kdvzkjyf6vbmdmn9rz3bl51522fasvmykypffyng4a"))))
     (build-system r-build-system)
     (home-page "https://github.com/yihui/xfun";)
     (synopsis "Miscellaneous functions")



reply via email to

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