mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: r-pkgdown: Update to 2.0.2.
* gnu/packages/cran.scm (r-pkgdown): Update to 2.0.2.
This commit is contained in:
parent
39b317a55c
commit
e81d421cc9
1 changed files with 2 additions and 2 deletions
|
@ -29265,14 +29265,14 @@ (define-public r-downlit
|
|||
(define-public r-pkgdown
|
||||
(package
|
||||
(name "r-pkgdown")
|
||||
(version "2.0.1")
|
||||
(version "2.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "pkgdown" version))
|
||||
(sha256
|
||||
(base32
|
||||
"154pcj6ggr3g1pdlvnyzh2xssiz7vb88pclzwc0wcck5kyrwnvmp"))))
|
||||
"11grx7a2rz6b4kwspm7c8crjav677c22hysnp4bkwh5g8kr5nm2h"))))
|
||||
(properties `((upstream-name . "pkgdown")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list pandoc))
|
||||
|
|
Loading…
Reference in a new issue