gnu: r-vctrs: Update to 0.6.3.

* gnu/packages/cran.scm (r-vctrs): Update to 0.6.3.
This commit is contained in:
Ricardo Wurmus 2023-07-11 15:35:23 +02:00
parent 105b50bd47
commit b3be4e8ea7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9096,14 +9096,14 @@ estimated from a given sample.")
(define-public r-vctrs (define-public r-vctrs
(package (package
(name "r-vctrs") (name "r-vctrs")
(version "0.6.2") (version "0.6.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "vctrs" version)) (uri (cran-uri "vctrs" version))
(sha256 (sha256
(base32 (base32
"117fh63r96i811y8dbrawmphlzqq8acaavykfx1y0mbc3zhspv7y")))) "1hm5rw85ln0mk1mfmhgygnhjgs2lyc74cq12ddc41d78rl6j5p4k"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-cli r-glue r-lifecycle r-rlang)) (list r-cli r-glue r-lifecycle r-rlang))