mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-vroom: Update to 1.5.7.
* gnu/packages/cran.scm (r-vroom): Update to 1.5.7.
This commit is contained in:
parent
086fb6d56d
commit
540a0763fc
1 changed files with 2 additions and 2 deletions
|
@ -30008,14 +30008,14 @@ (define-public r-tzdb
|
|||
(define-public r-vroom
|
||||
(package
|
||||
(name "r-vroom")
|
||||
(version "1.5.6")
|
||||
(version "1.5.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "vroom" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0b1lbi20gadwjwinw1v0az4g0y79vlcqfqyblphls601h3nnmn3p"))))
|
||||
"1plz20x6s01gkkcac51lhx4r2s024pgh778ri7y25hkiiwacp1yh"))))
|
||||
(properties `((upstream-name . "vroom")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue