me
/
guix
Archived
1
0
Fork 0

gnu: r-xfun: Update to 0.2.

* gnu/packages/cran.scm (r-xfun): Update to 0.2.
master
Tobias Geerinckx-Rice 2018-06-20 00:24:47 +02:00
parent d4cf0382e5
commit cac85e8bdb
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2570,14 +2570,14 @@ iVAT).")
(define-public r-xfun
(package
(name "r-xfun")
(version "0.1")
(version "0.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "xfun" version))
(sha256
(base32
"1sm51gmwgw876d6d1q8smxmfgfh6zsnykfx8qp8z6jmh0fvd89pj"))))
"0zl22fcw90kdvzkjyf6vbmdmn9rz3bl51522fasvmykypffyng4a"))))
(build-system r-build-system)
(home-page "https://github.com/yihui/xfun")
(synopsis "Miscellaneous functions")