gnu: r-pkgdown: Update to 2.0.9.

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

Change-Id: I06dd2f13fd5fb215e0fa3c9482af75049d6955d8
This commit is contained in:
Ricardo Wurmus 2024-04-22 12:34:17 +02:00
parent 8a7eea118f
commit a79bacf8b0
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -38264,14 +38264,14 @@ (define-public r-downlit
(define-public r-pkgdown
(package
(name "r-pkgdown")
(version "2.0.8")
(version "2.0.9")
(source
(origin
(method url-fetch)
(uri (cran-uri "pkgdown" version))
(sha256
(base32
"1w3bd2czjmpr479k60nif372dw1mqxima36jbsghxa8kr7vbshp9"))))
"186xzilh4079a6xjig3j4pdn99ipg4d5s5q1k75qclivq0b24m3f"))))
(properties `((upstream-name . "pkgdown")))
(build-system r-build-system)
(inputs (list pandoc))