mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: r-stringr: Update to 1.5.0.
* gnu/packages/statistics.scm (r-stringr): Update to 1.5.0. [propagated-inputs]: Add r-cli, r-lifecycle, r-rlang, and r-vctrs.
This commit is contained in:
parent
839a8fc59e
commit
71c3179ba3
1 changed files with 3 additions and 3 deletions
|
@ -1187,16 +1187,16 @@ (define-public r-stringi
|
|||
(define-public r-stringr
|
||||
(package
|
||||
(name "r-stringr")
|
||||
(version "1.4.1")
|
||||
(version "1.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "stringr" version))
|
||||
(sha256
|
||||
(base32 "1cfw1lv64lzg16zb04c0fcmd3gx8vq9x73hqikqhgqd3ra88w3gc"))))
|
||||
(base32 "0fk34ql5ak57f06l10ai300kxay6r7kkkyfanh8r24qaf3bmkcaj"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-glue r-magrittr r-stringi))
|
||||
(list r-cli r-glue r-lifecycle r-magrittr r-rlang r-stringi r-vctrs))
|
||||
;; We can't add r-knitr here, because this package ends up being an input
|
||||
;; to r-knitr.
|
||||
#;
|
||||
|
|
Loading…
Reference in a new issue