gnu: r-webshot: Update to 0.5.5.

* gnu/packages/cran.scm (r-webshot): Update to 0.5.5.
This commit is contained in:
Ricardo Wurmus 2023-07-11 15:35:23 +02:00
parent 579f31b517
commit 105b50bd47
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8954,14 +8954,14 @@ of merit, ordering functions, and enhanced versions of @code{pairs} and
(define-public r-webshot
(package
(name "r-webshot")
(version "0.5.4")
(version "0.5.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "webshot" version))
(sha256
(base32
"094ggb6yby5irf3hj45p6vp5wdy6rjwpc0h6xbgf2mbqxyxbkhix"))))
"04xrrf72323sgzsdkbl05p2fdsi486i9avrrxvw0l3n8r8y92xfn"))))
(build-system r-build-system)
(propagated-inputs
(list r-callr r-jsonlite r-magrittr))