gnu: r-webshot: Update to 0.5.4.

* gnu/packages/cran.scm (r-webshot): Update to 0.5.4.
This commit is contained in:
Ricardo Wurmus 2022-11-04 08:23:21 +01:00
parent bb0c4ff189
commit 0b28bfd2c4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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))