diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 93944e4718..2e81b02de4 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -6419,14 +6419,14 @@ of merit, ordering functions, and enhanced versions of @code{pairs} and (define-public r-webshot (package (name "r-webshot") - (version "0.5.2") + (version "0.5.3") (source (origin (method url-fetch) (uri (cran-uri "webshot" version)) (sha256 (base32 - "0gq4h8cw51z95yvsnf38kj5l58wgljkm0dalmi8mn1sp06bxr0zi")))) + "1h6v94zwq0ypgi4vf8xlhp5k13j7f9061hx908177i68c6zg5i5p")))) (build-system r-build-system) (propagated-inputs (list r-callr r-jsonlite r-magrittr))