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
|
(define-public r-pkgdown
|
||||||
(package
|
(package
|
||||||
(name "r-pkgdown")
|
(name "r-pkgdown")
|
||||||
(version "2.0.2")
|
(version "2.0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "pkgdown" version))
|
(uri (cran-uri "pkgdown" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11grx7a2rz6b4kwspm7c8crjav677c22hysnp4bkwh5g8kr5nm2h"))))
|
"0wqga9bcl7wmvkwpkkmf5hx1cl7rjq5ddvqmxhl4p1dczys3adnr"))))
|
||||||
(properties `((upstream-name . "pkgdown")))
|
(properties `((upstream-name . "pkgdown")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs (list pandoc))
|
(inputs (list pandoc))
|
||||||
|
|
Loading…
Reference in a new issue