gnu: r-vctrs: Update to 0.7.3.

* gnu/packages/cran.scm (r-vctrs): Update to 0.7.3.

Change-Id: Ica88c39ef10d6a6ac2fc9ca17bf41846a1b2670c
This commit is contained in:
Ricardo Wurmus
2026-04-20 16:07:44 +02:00
parent 591656991e
commit f94a4c6d2e

View File

@@ -23694,14 +23694,14 @@ estimated from a given sample.")
(define-public r-vctrs
(package
(name "r-vctrs")
(version "0.7.2")
(version "0.7.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "vctrs" version))
(sha256
(base32
"1kkzlmmnxxg4pbscyjziiv18gn7nlj4c91y216ni03l0bxzjyia6"))))
"0ns3n0q8sqw6rci9ih5yi9f412wh8cx1l8mpvm6n5b067r0phl5l"))))
(properties
;; We can't have r-knitr among the inputs here, because r-vctrs ends up
;; being an eventual input to r-knitr.