me
/
guix
Archived
1
0
Fork 0

gnu: r-vctrs: Update to 0.4.1.

* gnu/packages/cran.scm (r-vctrs): Update to 0.4.1.
master
Ricardo Wurmus 2022-05-28 08:30:18 +02:00
parent 9bce612543
commit c0d9536403
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6561,14 +6561,14 @@ estimated from a given sample.")
(define-public r-vctrs
(package
(name "r-vctrs")
(version "0.4.0")
(version "0.4.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "vctrs" version))
(sha256
(base32
"0bslr22jnnwxx45s1a19az6saqf2svi8vkjf64pnpc6rma4ygpl9"))))
"1pb0wjpwix29q8d8p3wi72a9mp9mif7369pk31w238cs00g8hxln"))))
(build-system r-build-system)
(propagated-inputs
(list r-cli r-glue r-rlang))