summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-06-20 00:24:47 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-06-20 04:50:20 +0200
commitcac85e8bdbc510dbbe49b951b76b327c9eaa0008 (patch)
treee4625630384f360f4278a700a01ec61548a90c78 /gnu/packages
parentd4cf0382e5478978db061b388e8d86cd802b137f (diff)
downloadguix-cac85e8bdbc510dbbe49b951b76b327c9eaa0008.tar.gz
gnu: r-xfun: Update to 0.2.
* gnu/packages/cran.scm (r-xfun): Update to 0.2.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/cran.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index aa5bdc958d..2d4dd18c2c 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")