me
/
guix
Archived
1
0
Fork 0

gnu: r-pkgbuild: Update to 1.1.0.

* gnu/packages/cran.scm (r-pkgbuild): Update to 1.1.0.
master
Ricardo Wurmus 2020-08-12 11:56:22 +02:00
parent 4afd8223e8
commit 84ec7e8804
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1978,13 +1978,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.8")
(version "1.1.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "pkgbuild" version))
(sha256
(base32 "188r2ba7y5j80mnfqdf210af40yd28jjgx7rbya4iwcfx7rzqjdi"))))
(base32 "1gdbrjq4kiwm45c6pb23mp327qyjvslhyf72ca4zhlzwc5vgp6xk"))))
(build-system r-build-system)
(propagated-inputs
`(("r-callr" ,r-callr)