gnu: r-xfun: Update to 0.20.

* gnu/packages/cran.scm (r-xfun): Update to 0.20.
This commit is contained in:
Ricardo Wurmus 2021-01-20 17:08:42 +01:00
parent 0a8607f873
commit b53c860a17
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4802,13 +4802,13 @@ (define-public r-seriation
(define-public r-xfun
(package
(name "r-xfun")
(version "0.19")
(version "0.20")
(source
(origin
(method url-fetch)
(uri (cran-uri "xfun" version))
(sha256
(base32 "15yyigkl1g9w9d7097hrm94dxn1af333ywr5xdw78qqrw6npn0iv"))))
(base32 "043wv9qihs3r29810mf8ajpn2iks1bxq44wbxz8sfpix5b8kjhi8"))))
(build-system r-build-system)
;; knitr itself depends on xfun
#;