gnu: r-webshot: Update to 0.5.3.
* gnu/packages/cran.scm (r-webshot): Update to 0.5.3.master
parent
c95a8f8488
commit
8defafa742
|
@ -6419,14 +6419,14 @@ 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.2")
|
(version "0.5.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "webshot" version))
|
(uri (cran-uri "webshot" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gq4h8cw51z95yvsnf38kj5l58wgljkm0dalmi8mn1sp06bxr0zi"))))
|
"1h6v94zwq0ypgi4vf8xlhp5k13j7f9061hx908177i68c6zg5i5p"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-callr r-jsonlite r-magrittr))
|
(list r-callr r-jsonlite r-magrittr))
|
||||||
|
|
Reference in New Issue