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

* gnu/packages/cran.scm (r-pkgbuild): Update to 1.0.3.
This commit is contained in:
Ricardo Wurmus 2019-03-21 21:03:50 +01:00
parent b7489004a4
commit 4c871a5537
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1271,14 +1271,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.2")
(version "1.0.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "pkgbuild" version))
(sha256
(base32
"1i1rrax7x7r2bplig5cfc50lx85jc4n9a3qmvbdviaj22wr2lghs"))))
"0k8zwa66rm1ncx19ld5mbaxcjxkswiczpdqyssy44vl8k6scwfn9"))))
(build-system r-build-system)
(propagated-inputs
`(("r-callr" ,r-callr)