me
/
guix
Archived
1
0
Fork 0

gnu: r-pkgbuild: Update to 1.4.3.

* gnu/packages/cran.scm (r-pkgbuild): Update to 1.4.3.
[propagated-inputs]: Remove r-crayon, r-prettyunits, and r-rprojroot.

Change-Id: I0b83188e69aae19ddc62d71da18358777ed9c454
Ricardo Wurmus 2023-12-12 13:56:51 +01:00
parent 1da863cc3b
commit 39b8404168
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 10 deletions

View File

@ -6090,23 +6090,16 @@ processes. Most of its code is based on the @code{psutil} Python package.")
(define-public r-pkgbuild
(package
(name "r-pkgbuild")
(version "1.4.2")
(version "1.4.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "pkgbuild" version))
(sha256
(base32 "1ic2zjcz29jbfwmsqsja4jjalzsz9ayac5zjz6nv482lsx2s4d13"))))
(base32 "0rci20gj2x0bgjy51jp8i4gld6arsigj7lhdkpwvdyhadjsyv0qm"))))
(build-system r-build-system)
(propagated-inputs
(list r-callr
r-cli
r-crayon
r-desc
r-prettyunits
r-processx
r-r6
r-rprojroot))
(list r-callr r-cli r-desc r-processx r-r6))
(home-page "https://github.com/r-pkgs/pkgbuild")
(synopsis "Find tools needed to build R packages")
(description