1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-vroom: Update to 1.7.1.

* gnu/packages/cran.scm (r-vroom): Update to 1.7.1.

Change-Id: I466820cf4b42cbd25cd8e8d859b974c66194165e
This commit is contained in:
Ricardo Wurmus
2026-03-31 18:43:54 +02:00
parent 72f14783f9
commit 1a817ee709

View File

@@ -56374,14 +56374,14 @@ time zone manipulations.")
(define-public r-vroom
(package
(name "r-vroom")
(version "1.7.0")
(version "1.7.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "vroom" version))
(sha256
(base32
"1z2hg6fswpglkr34f0hcvsxzwqwi7mvhssl1ql3shhkky97w4jb7"))))
"14473q087fwd76idbl625zwhgr0rv6qlnr86qmjfxhysgwigcr3x"))))
(properties
'((upstream-name . "vroom")
(updater-extra-native-inputs . ("tzdata-for-tests"))))