diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2025-12-03 22:37:15 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:26:32 +0100 |
| commit | 04474bb758572ae9cb0aee9394f14be792ee504f (patch) | |
| tree | e72347e3fdb343d043d06cc9841a207e751ae5fc /gnu | |
| parent | 78cc5bf270e4a358be846905846fd3ddfe9470c6 (diff) | |
gnu: r-vroom: Update to 1.6.7.
* gnu/packages/cran.scm (r-vroom): Update to 1.6.7.
Change-Id: Icbafc555e3feabc95568a4e085fc22d5b0f4e300
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index c01cb30c13..63b866c91c 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -54558,14 +54558,14 @@ time zone manipulations.") (define-public r-vroom (package (name "r-vroom") - (version "1.6.6") + (version "1.6.7") (source (origin (method url-fetch) (uri (cran-uri "vroom" version)) (sha256 (base32 - "1pl016hj90nk14d81i5r9w104smxnhkh6ysd0qj1dd583gqpwnw5")))) + "1jknbkxjcbqk5831zpjqswb8dmrwbi1nw0vh1n9fmh4bdsvynb16")))) (properties '((upstream-name . "vroom") (updater-extra-native-inputs . ("tzdata-for-tests")))) |
