me
/
guix
Archived
1
0
Fork 0

gnu: r-pkgdown: Update to 2.0.5.

* gnu/packages/cran.scm (r-pkgdown): Update to 2.0.5.
master
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 (define-public r-pkgdown
(package (package
(name "r-pkgdown") (name "r-pkgdown")
(version "2.0.4") (version "2.0.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "pkgdown" version)) (uri (cran-uri "pkgdown" version))
(sha256 (sha256
(base32 (base32
"02lwr53xvxybcsg8md8qbq1wq833ap7ssn5v92cd4qqay5iya374")))) "1bk10jh01v4yqzmpvhs2iw9hwwj0nldskbm2942hjx3xf08y1q4i"))))
(properties `((upstream-name . "pkgdown"))) (properties `((upstream-name . "pkgdown")))
(build-system r-build-system) (build-system r-build-system)
(inputs (list pandoc)) (inputs (list pandoc))