gnu: r-pkgdown: Update to 2.0.7.

* gnu/packages/cran.scm (r-pkgdown): Update to 2.0.7.
This commit is contained in:
Ricardo Wurmus 2022-12-19 17:07:30 +01:00
parent 627246b134
commit 27d16e79d0
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -32853,14 +32853,14 @@ (define-public r-downlit
(define-public r-pkgdown
(package
(name "r-pkgdown")
(version "2.0.6")
(version "2.0.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "pkgdown" version))
(sha256
(base32
"0sbz3kzd0hbdnszylsb281arldn2z1c9yxifhj4zv2dilp46b6nj"))))
"0sim3fwayf4mpxqi8y9v7clnkzs56amhxsc75lc1k0zskn374f7k"))))
(properties `((upstream-name . "pkgdown")))
(build-system r-build-system)
(inputs (list pandoc))