summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-08-20 16:28:21 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-08-20 20:17:18 +0200
commit2045af8035b9addef6065b7c04893fd8c38aede6 (patch)
tree931102e2f62bf4c3e8605b9970a951e87b188dce /gnu
parent9b77f724c0efb35034ca66de55fc76f00c4f9dd7 (diff)
downloadguix-patches-2045af8035b9addef6065b7c04893fd8c38aede6.tar
guix-patches-2045af8035b9addef6065b7c04893fd8c38aede6.tar.gz
gnu: r-xfun: Update to 0.3.
* gnu/packages/cran.scm (r-xfun): Update to 0.3.
Diffstat (limited to 'gnu')
-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 08c40bed85..8890ef810f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2629,14 +2629,14 @@ iVAT).")
(define-public r-xfun
(package
(name "r-xfun")
- (version "0.2")
+ (version "0.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "xfun" version))
(sha256
(base32
- "0zl22fcw90kdvzkjyf6vbmdmn9rz3bl51522fasvmykypffyng4a"))))
+ "1r11dd49ngmjgbjdv28a9c1jp8cg1l50x0acbsamzz576p8i2wl9"))))
(build-system r-build-system)
(home-page "https://github.com/yihui/xfun")
(synopsis "Miscellaneous functions")