me
/
guix
Archived
1
0
Fork 0

gnu: r-pkgload: Update to 1.3.4.

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

Change-Id: I5aa683b1ce91c3fd6ee9ed5015f9a0dabda88b9e
master
Ricardo Wurmus 2024-01-17 23:09:46 +01:00
parent d38f1e5013
commit 3ad93a9458
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6268,14 +6268,14 @@ is configured appropriately so R can use them.")
(define-public r-pkgload
(package
(name "r-pkgload")
(version "1.3.3")
(version "1.3.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "pkgload" version))
(sha256
(base32
"0nb9h61l57cb7yzmsmh5q650zdd7nda6cmnd6m5cqyb4hwi832dh"))))
"1ki6k7l7dpb6bncvvcndrv5764jb1adrzs5iaxicakfsija4pc30"))))
(build-system r-build-system)
(propagated-inputs
(list r-cli