gnu: r-pkgdown: Update to 2.0.5.

* gnu/packages/cran.scm (r-pkgdown): Update to 2.0.5.
This commit is contained in:
Ricardo Wurmus 2022-07-01 15:30:09 +02:00
parent 3b656f1caf
commit 621a3350c4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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