gnu: r-pkgload: Update to 1.2.4.

* gnu/packages/cran.scm (r-pkgload): Update to 1.2.4.
This commit is contained in:
Ricardo Wurmus 2022-01-05 19:34:13 +01:00
parent d6a544a0e6
commit a01709b10e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3219,14 +3219,14 @@ (define-public r-pkgbuild
(define-public r-pkgload
(package
(name "r-pkgload")
(version "1.2.3")
(version "1.2.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "pkgload" version))
(sha256
(base32
"0jdkaj5cl0viy0i0hkcm4n2wlg1mfv3camr7f385njfararfanhh"))))
"03yr9mswx9nij27bp21q6c533zx310xwzhwm52dwr7554k42p4fn"))))
(build-system r-build-system)
(propagated-inputs
(list r-cli