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.4.

* gnu/packages/cran.scm (r-pkgbuild): Update to 1.0.4.
This commit is contained in:
Ricardo Wurmus 2019-08-06 14:40:44 +02:00
parent b89805fe14
commit cd7e9fb161
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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