gnu: r-xfun: Update to 0.17.

* gnu/packages/cran.scm (r-xfun): Update to 0.17.
This commit is contained in:
Ricardo Wurmus 2020-09-14 19:02:05 +02:00
parent cb4243eaba
commit 60e4d97295
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4556,13 +4556,13 @@ (define-public r-seriation
(define-public r-xfun
(package
(name "r-xfun")
(version "0.16")
(version "0.17")
(source
(origin
(method url-fetch)
(uri (cran-uri "xfun" version))
(sha256
(base32 "1x7b71xhbl44fyccz69l24nbgyxawm2km90s4h1l3zr5z2vly0sg"))))
(base32 "1zd5qi1rrz3b1lpisapa2yscanz39ghaamf28g7aq3z9ai2a2ymj"))))
(build-system r-build-system)
;; knitr itself depends on xfun
#;