mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: r-vroom: Update to 1.6.3.
* gnu/packages/cran.scm (r-vroom): Update to 1.6.3.
This commit is contained in:
parent
eb374d2302
commit
a465cb32c2
1 changed files with 2 additions and 2 deletions
|
@ -36515,14 +36515,14 @@ (define-public r-tzdb
|
|||
(define-public r-vroom
|
||||
(package
|
||||
(name "r-vroom")
|
||||
(version "1.6.1")
|
||||
(version "1.6.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "vroom" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0z40655l03gz2pdxlm9zq5f3c5ahpnc2qqwdnglcgy8j6bak63pb"))))
|
||||
"0qsz38v64b51jpm2s93lcci4xjjxs8sws4l4p1iwymsa5gjh0j6w"))))
|
||||
(properties `((upstream-name . "vroom")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue