3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-pkgbuild: Update to 1.0.6.

* gnu/packages/cran.scm (r-pkgbuild): Update to 1.0.6.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-14 23:45:28 +02:00
parent cbb488d6f6
commit 34ac6089e1
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -1531,14 +1531,13 @@ processes. Most of its code is based on the @code{psutil} Python package.")
(define-public r-pkgbuild
(package
(name "r-pkgbuild")
(version "1.0.5")
(version "1.0.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "pkgbuild" version))
(sha256
(base32
"0y4i85axwajrk67h3w6fiqfm6wxmhn3dr240w5l2nvqg3ahpxc8q"))))
(base32 "0xnlz6ivhkbmncg9hfw5p69lm4rjy3wn5lyxmygxyf4rrfnnqwxx"))))
(build-system r-build-system)
(propagated-inputs
`(("r-callr" ,r-callr)