mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-pkgdown: Update to 2.0.3.
* gnu/packages/cran.scm (r-pkgdown): Update to 2.0.3.
This commit is contained in:
parent
bb0ac4a0ef
commit
c484a63b88
1 changed files with 2 additions and 2 deletions
|
@ -30335,14 +30335,14 @@ (define-public r-downlit
|
|||
(define-public r-pkgdown
|
||||
(package
|
||||
(name "r-pkgdown")
|
||||
(version "2.0.2")
|
||||
(version "2.0.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "pkgdown" version))
|
||||
(sha256
|
||||
(base32
|
||||
"11grx7a2rz6b4kwspm7c8crjav677c22hysnp4bkwh5g8kr5nm2h"))))
|
||||
"0wqga9bcl7wmvkwpkkmf5hx1cl7rjq5ddvqmxhl4p1dczys3adnr"))))
|
||||
(properties `((upstream-name . "pkgdown")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list pandoc))
|
||||
|
|
Loading…
Reference in a new issue