gnu: r-xfun: Update to 0.12.

* gnu/packages/cran.scm (r-xfun): Update to 0.12.
This commit is contained in:
Ricardo Wurmus 2020-01-16 05:41:42 +01:00
parent 743b12c241
commit b468f073fa
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4008,13 +4008,13 @@ (define-public r-seriation
(define-public r-xfun
(package
(name "r-xfun")
(version "0.11")
(version "0.12")
(source
(origin
(method url-fetch)
(uri (cran-uri "xfun" version))
(sha256
(base32 "0dncw6bqkal7nyarrrrj9arxy0y3nkdzmrbibcjh84m1cxd4phiw"))))
(base32 "0sgh8kafi9x1glmmcp1ly827pm8q7fsfngbplr41fbb4nc9363df"))))
(build-system r-build-system)
(home-page "https://github.com/yihui/xfun")
(synopsis "Miscellaneous functions")