gnu: r-pkgdown: Update to 2.0.8.

* gnu/packages/cran.scm (r-pkgdown): Update to 2.0.8.

Change-Id: Ib96ecbb5a78e8a53ecceae9c7b9e814690009986
This commit is contained in:
Ricardo Wurmus 2024-04-17 17:47:59 +02:00
parent 8aa1f5e36b
commit 0756a2fb0d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -38264,14 +38264,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.7") (version "2.0.8")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "pkgdown" version)) (uri (cran-uri "pkgdown" version))
(sha256 (sha256
(base32 (base32
"0sim3fwayf4mpxqi8y9v7clnkzs56amhxsc75lc1k0zskn374f7k")))) "1w3bd2czjmpr479k60nif372dw1mqxima36jbsghxa8kr7vbshp9"))))
(properties `((upstream-name . "pkgdown"))) (properties `((upstream-name . "pkgdown")))
(build-system r-build-system) (build-system r-build-system)
(inputs (list pandoc)) (inputs (list pandoc))