diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-03-07 23:48:09 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-03-07 23:52:42 +0100 |
commit | 22777c8657c65986522f600a7efac5c2aa46ca8b (patch) | |
tree | b28e06fad303712e9a7e6559931d7566a26b4dd6 /gnu | |
parent | 87bb1b8c9e7257a62f60d4497bbeb941eaeea036 (diff) |
gnu: r-xfun: Update to 0.5.
* gnu/packages/cran.scm (r-xfun): Update to 0.5.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index c92f18ab88..78e154d912 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -3607,14 +3607,14 @@ iVAT).") (define-public r-xfun (package (name "r-xfun") - (version "0.4") + (version "0.5") (source (origin (method url-fetch) (uri (cran-uri "xfun" version)) (sha256 (base32 - "0991ywgc2dsraba91kkj37akhfzhzn02cnz7c88hhdis9kag3pwv")))) + "1wkrapc490r9l9z6mz623zn9ijq64mckc17xg2s7n3s9yaxj98lb")))) (build-system r-build-system) (home-page "https://github.com/yihui/xfun") (synopsis "Miscellaneous functions") |