me
/
guix
Archived
1
0
Fork 0

gnu: r-pkgdown: Update to 2.0.4.

* gnu/packages/cran.scm (r-pkgdown): Update to 2.0.4.
Ricardo Wurmus 2022-06-13 14:22:01 +02:00
parent b7b5e7d4f2
commit 23c6a87e5d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -30417,14 +30417,14 @@ in output to the equivalent HTML.")
(define-public r-pkgdown
(package
(name "r-pkgdown")
(version "2.0.3")
(version "2.0.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "pkgdown" version))
(sha256
(base32
"0wqga9bcl7wmvkwpkkmf5hx1cl7rjq5ddvqmxhl4p1dczys3adnr"))))
"02lwr53xvxybcsg8md8qbq1wq833ap7ssn5v92cd4qqay5iya374"))))
(properties `((upstream-name . "pkgdown")))
(build-system r-build-system)
(inputs (list pandoc))