me
/
guix
Archived
1
0
Fork 0

gnu: r-webshot: Update to 0.5.3.

* gnu/packages/cran.scm (r-webshot): Update to 0.5.3.
master
Ricardo Wurmus 2022-05-28 08:30:17 +02:00
parent c95a8f8488
commit 8defafa742
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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