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
|
@ -2706,20 +2706,19 @@ of merit, ordering functions, and enhanced versions of @code{pairs} and
|
||||||
(define-public r-webshot
|
(define-public r-webshot
|
||||||
(package
|
(package
|
||||||
(name "r-webshot")
|
(name "r-webshot")
|
||||||
(version "0.5.0")
|
(version "0.5.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "webshot" version))
|
(uri (cran-uri "webshot" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07r71zzmggp4jf92x4ws4wg6v1x98vaj01lsar85bnb30n5vx8gh"))))
|
"08sb1xi376pfy1vwilk2d68zljsg9yiv04n2dkqz383gdhh0sxdr"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-jsonlite" ,r-jsonlite)
|
`(("r-callr" ,r-callr)
|
||||||
("r-magrittr" ,r-magrittr)
|
("r-jsonlite" ,r-jsonlite)
|
||||||
("r-processx" ,r-processx)
|
("r-magrittr" ,r-magrittr)))
|
||||||
("r-withr" ,r-withr)))
|
|
||||||
(home-page "https://github.com/wch/webshot/")
|
(home-page "https://github.com/wch/webshot/")
|
||||||
(synopsis "Take screenshots of web pages")
|
(synopsis "Take screenshots of web pages")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue