me
/
guix
Archived
1
0
Fork 0

gnu: r-vctrs: Update to 0.5.0.

* gnu/packages/cran.scm (r-vctrs): Update to 0.5.0.
[propagated-inputs]: Add r-lifecycle.
master
Ricardo Wurmus 2022-11-04 08:23:22 +01:00
parent f593b5e92b
commit 669d3a7570
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -7219,17 +7219,17 @@ estimated from a given sample.")
(define-public r-vctrs (define-public r-vctrs
(package (package
(name "r-vctrs") (name "r-vctrs")
(version "0.4.1") (version "0.5.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "vctrs" version)) (uri (cran-uri "vctrs" version))
(sha256 (sha256
(base32 (base32
"1pb0wjpwix29q8d8p3wi72a9mp9mif7369pk31w238cs00g8hxln")))) "11pnblg2fpa3lr5hbiyw6w7wvlkdvqw35wxrkffcxnlxqc9jwdvw"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-cli r-glue r-rlang)) (list r-cli r-glue r-lifecycle r-rlang))
(native-inputs (native-inputs
(list r-knitr)) (list r-knitr))
(home-page "https://github.com/r-lib/vctrs") (home-page "https://github.com/r-lib/vctrs")