me
/
guix
Archived
1
0
Fork 0

gnu: r-vroom: Update to 1.6.3.

* gnu/packages/cran.scm (r-vroom): Update to 1.6.3.
master
Ricardo Wurmus 2023-04-29 20:08:41 +02:00
parent eb374d2302
commit a465cb32c2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -36515,14 +36515,14 @@ time zone manipulations.")
(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