me
/
guix
Archived
1
0
Fork 0

gnu: r-vctrs: Update to 0.6.2.

* gnu/packages/cran.scm (r-vctrs): Update to 0.6.2.
master
Ricardo Wurmus 2023-04-29 20:08:37 +02:00
parent 71af4ebe56
commit f471eb86c3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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