mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: r-desc: Update to 1.3.0.
* gnu/packages/statistics.scm (r-desc): Update to 1.3.0. [propagated-inputs]: Remove r-assertthat.
This commit is contained in:
parent
2dcc88a153
commit
658e44abdb
1 changed files with 3 additions and 4 deletions
|
@ -2267,18 +2267,17 @@ (define-public r-brew
|
|||
(define-public r-desc
|
||||
(package
|
||||
(name "r-desc")
|
||||
(version "1.2.0")
|
||||
(version "1.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "desc" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1s6s13fk6sxwcj8wzkwxl9vr33153xx11p5wi9avqx3rzkabavz6"))))
|
||||
"1sw4vya3l971gpccq4gnjywgbl73bgx8la18l0wy617qv94f905y"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-assertthat" ,r-assertthat)
|
||||
("r-crayon" ,r-crayon)
|
||||
`(("r-crayon" ,r-crayon)
|
||||
("r-r6" ,r-r6)
|
||||
("r-rprojroot" ,r-rprojroot)))
|
||||
(home-page "https://github.com/r-pkgs/desc")
|
||||
|
|
Loading…
Reference in a new issue