Archived
1
0
Fork 0

gnu: r-xfun: Update to 0.5.

* gnu/packages/cran.scm (r-xfun): Update to 0.5.
This commit is contained in:
Ricardo Wurmus 2019-03-07 23:48:09 +01:00
parent 87bb1b8c9e
commit 22777c8657
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3607,14 +3607,14 @@ iVAT).")
(define-public r-xfun (define-public r-xfun
(package (package
(name "r-xfun") (name "r-xfun")
(version "0.4") (version "0.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "xfun" version)) (uri (cran-uri "xfun" version))
(sha256 (sha256
(base32 (base32
"0991ywgc2dsraba91kkj37akhfzhzn02cnz7c88hhdis9kag3pwv")))) "1wkrapc490r9l9z6mz623zn9ijq64mckc17xg2s7n3s9yaxj98lb"))))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://github.com/yihui/xfun") (home-page "https://github.com/yihui/xfun")
(synopsis "Miscellaneous functions") (synopsis "Miscellaneous functions")