mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-webshot: Update to 0.5.4.
* gnu/packages/cran.scm (r-webshot): Update to 0.5.4.
This commit is contained in:
parent
bb0c4ff189
commit
0b28bfd2c4
1 changed files with 2 additions and 2 deletions
|
@ -7076,14 +7076,14 @@ (define-public r-gclus
|
|||
(define-public r-webshot
|
||||
(package
|
||||
(name "r-webshot")
|
||||
(version "0.5.3")
|
||||
(version "0.5.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "webshot" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1h6v94zwq0ypgi4vf8xlhp5k13j7f9061hx908177i68c6zg5i5p"))))
|
||||
"094ggb6yby5irf3hj45p6vp5wdy6rjwpc0h6xbgf2mbqxyxbkhix"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-callr r-jsonlite r-magrittr))
|
||||
|
|
Loading…
Reference in a new issue