3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-pkgload: Update to 1.2.2.

* gnu/packages/cran.scm (r-pkgload): Update to 1.2.2.
This commit is contained in:
Ricardo Wurmus 2021-09-29 15:33:15 +02:00
parent fd66fd540a
commit 7c1d00892a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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