1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-pkgload: Update to 1.5.1.

* gnu/packages/cran.scm (r-pkgload): Update to 1.5.1.

Change-Id: Ib774f4e6a77be5d7358673485337248e47388700
This commit is contained in:
Ricardo Wurmus
2026-04-02 11:49:26 +02:00
parent d5898eddd1
commit a390f2deef

View File

@@ -17559,14 +17559,14 @@ is configured appropriately so R can use them.")
(define-public r-pkgload
(package
(name "r-pkgload")
(version "1.5.0")
(version "1.5.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "pkgload" version))
(sha256
(base32
"1rlkk7zyn6k59albwhmg1zy724bcgk3cy7r1hbxrnjl1hfhqlki1"))))
"1wm80wccs1a16498jjg1hxd1xrl6x3047gq5k48lramzw5p4shmj"))))
(properties
;; Avoid dependency cycle.
'((updater-ignored-native-inputs . ("r-testthat"))))