gnu: r-pkgdown: Update to 2.0.4.

* gnu/packages/cran.scm (r-pkgdown): Update to 2.0.4.
This commit is contained in:
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

View file

@ -30417,14 +30417,14 @@ (define-public r-downlit
(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))