summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-10-03 15:10:05 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-10-03 16:03:36 +0200
commit7e09914117845de09b70111c4410fd578d403ed8 (patch)
tree6b293885fe234946475c6fbcaff4b201b1d868b9
parent5767547e7351c761d40bc0af739fcb787e74c16e (diff)
downloadpatches-7e09914117845de09b70111c4410fd578d403ed8.tar
patches-7e09914117845de09b70111c4410fd578d403ed8.tar.gz
gnu: r-xfun: Update to 0.10.
* gnu/packages/cran.scm (r-xfun): Update to 0.10.
-rw-r--r--gnu/packages/cran.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 43939c34f0..95af508b2c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3900,14 +3900,13 @@ iVAT).")
(define-public r-xfun
(package
(name "r-xfun")
- (version "0.9")
+ (version "0.10")
(source
(origin
(method url-fetch)
(uri (cran-uri "xfun" version))
(sha256
- (base32
- "1c3wmy6s4ck821mwl7i2g8cxd31g30llbpivbgq21g1rxs4zwlyl"))))
+ (base32 "065ygh046ah43p5aqyrkv2vkxcnvnb4j7blfdygysg6hmqzp4pbv"))))
(build-system r-build-system)
(home-page "https://github.com/yihui/xfun")
(synopsis "Miscellaneous functions")