me
/
guix
Archived
1
0
Fork 0

gnu: r-xfun: Update to 0.6.

* gnu/packages/cran.scm (r-xfun): Update to 0.6.
master
Ricardo Wurmus 2019-04-06 22:55:45 +02:00
parent 987b080469
commit a2befb3751
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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