summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2026-01-19 12:28:00 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:29:34 +0100
commit2913ba1eadc5b95181ceae0a88ea4d3b336f4d89 (patch)
treec3c6eb86f07fbf4a99e872bf56d6d9c9a17e1806 /gnu
parent900790d326d121d5850c96a9c6f4bb6432222693 (diff)
gnu: r-vctrs: Update to 0.7.0.
* gnu/packages/cran.scm (r-vctrs): Update to 0.7.0. Change-Id: Icdac7c8c9906a820a62a1cdc4b5bfe6114ba3fc7 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 798a325693..7c285d3fbb 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21134,14 +21134,14 @@ estimated from a given sample.")
(define-public r-vctrs
(package
(name "r-vctrs")
- (version "0.6.5")
+ (version "0.7.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "vctrs" version))
(sha256
(base32
- "00p4r1z4xc05m25y0qa7svr67lbypcfqyp2b0ja9asgx90i7s5j3"))))
+ "0828yb5w1680f0a41cy98s4la65hvzhin1sigmpkfyb3fsfg645w"))))
(properties
;; We can't have r-knitr among the inputs here, because r-vctrs ends up
;; being an eventual input to r-knitr.