mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-pkgdown: Update to 2.0.7.
* gnu/packages/cran.scm (r-pkgdown): Update to 2.0.7.
This commit is contained in:
parent
627246b134
commit
27d16e79d0
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue