mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: r-webshot: Update to 0.5.1.
* gnu/packages/cran.scm (r-webshot): Update to 0.5.1. [propagated-inputs]: Add r-callr; remove r-processx and r-withr.
This commit is contained in:
parent
d42f741035
commit
8871a51350
1 changed files with 5 additions and 6 deletions
|
@ -2706,20 +2706,19 @@ (define-public r-gclus
|
|||
(define-public r-webshot
|
||||
(package
|
||||
(name "r-webshot")
|
||||
(version "0.5.0")
|
||||
(version "0.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "webshot" version))
|
||||
(sha256
|
||||
(base32
|
||||
"07r71zzmggp4jf92x4ws4wg6v1x98vaj01lsar85bnb30n5vx8gh"))))
|
||||
"08sb1xi376pfy1vwilk2d68zljsg9yiv04n2dkqz383gdhh0sxdr"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-jsonlite" ,r-jsonlite)
|
||||
("r-magrittr" ,r-magrittr)
|
||||
("r-processx" ,r-processx)
|
||||
("r-withr" ,r-withr)))
|
||||
`(("r-callr" ,r-callr)
|
||||
("r-jsonlite" ,r-jsonlite)
|
||||
("r-magrittr" ,r-magrittr)))
|
||||
(home-page "https://github.com/wch/webshot/")
|
||||
(synopsis "Take screenshots of web pages")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue