me
/
guix
Archived
1
0
Fork 0

gnu: r-pkgload: Update to 1.2.3.

* gnu/packages/cran.scm (r-pkgload): Update to 1.2.3.
master
Ricardo Wurmus 2021-11-01 17:52:15 +00:00
parent d4ae183b6e
commit ea5915097c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3211,14 +3211,14 @@ is configured appropriately so R can use them.")
(define-public r-pkgload (define-public r-pkgload
(package (package
(name "r-pkgload") (name "r-pkgload")
(version "1.2.2") (version "1.2.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "pkgload" version)) (uri (cran-uri "pkgload" version))
(sha256 (sha256
(base32 (base32
"0yxvik8kij0mqlki46hf6xnbfvmxwk0r2a3zwjpg0fwcd2s835a8")))) "0jdkaj5cl0viy0i0hkcm4n2wlg1mfv3camr7f385njfararfanhh"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-cli" ,r-cli) `(("r-cli" ,r-cli)