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
(package
(name "r-vctrs")
(version "0.6.2")
(version "0.6.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "vctrs" version))
(sha256
(base32
"117fh63r96i811y8dbrawmphlzqq8acaavykfx1y0mbc3zhspv7y"))))
"1hm5rw85ln0mk1mfmhgygnhjgs2lyc74cq12ddc41d78rl6j5p4k"))))
(build-system r-build-system)
(propagated-inputs
(list r-cli r-glue r-lifecycle r-rlang))