mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 13:40:20 +01:00
gnu: r-webshot: Update to 0.5.5.
* gnu/packages/cran.scm (r-webshot): Update to 0.5.5.
This commit is contained in:
parent
579f31b517
commit
105b50bd47
1 changed files with 2 additions and 2 deletions
|
@ -8954,14 +8954,14 @@ of merit, ordering functions, and enhanced versions of @code{pairs} and
|
||||||
(define-public r-webshot
|
(define-public r-webshot
|
||||||
(package
|
(package
|
||||||
(name "r-webshot")
|
(name "r-webshot")
|
||||||
(version "0.5.4")
|
(version "0.5.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "webshot" version))
|
(uri (cran-uri "webshot" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"094ggb6yby5irf3hj45p6vp5wdy6rjwpc0h6xbgf2mbqxyxbkhix"))))
|
"04xrrf72323sgzsdkbl05p2fdsi486i9avrrxvw0l3n8r8y92xfn"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-callr r-jsonlite r-magrittr))
|
(list r-callr r-jsonlite r-magrittr))
|
||||||
|
|
Loading…
Add table
Reference in a new issue