gnu: r-vroom: Update to 1.6.1.

* gnu/packages/cran.scm (r-vroom): Update to 1.6.1.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:09:00 +01:00
parent e6b9b1b812
commit 2d67a4aee9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -34716,14 +34716,14 @@ time zone manipulations.")
(define-public r-vroom
(package
(name "r-vroom")
(version "1.6.0")
(version "1.6.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "vroom" version))
(sha256
(base32
"19kcsa4i1pc4vvwp2y21izj5rv4a9mvl8a9rylx6jhk4j7gwq657"))))
"0z40655l03gz2pdxlm9zq5f3c5ahpnc2qqwdnglcgy8j6bak63pb"))))
(properties `((upstream-name . "vroom")))
(build-system r-build-system)
(propagated-inputs