mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: r-stringr: Update to 1.4.1.
* gnu/packages/statistics.scm (r-stringr): Update to 1.4.1.
This commit is contained in:
parent
3325cf689a
commit
911224970d
1 changed files with 7 additions and 2 deletions
|
@ -1186,16 +1186,21 @@ (define-public r-stringi
|
|||
(define-public r-stringr
|
||||
(package
|
||||
(name "r-stringr")
|
||||
(version "1.4.0")
|
||||
(version "1.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "stringr" version))
|
||||
(sha256
|
||||
(base32 "1p9ip7p87gbbg4s6d3d392svvzz2b5dqdq2c8ilgvn4s78nlsq47"))))
|
||||
(base32 "1cfw1lv64lzg16zb04c0fcmd3gx8vq9x73hqikqhgqd3ra88w3gc"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-glue r-magrittr r-stringi))
|
||||
;; We can't add r-knitr here, because this package ends up being an input
|
||||
;; to r-knitr.
|
||||
#;
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
(home-page "https://github.com/hadley/stringr")
|
||||
(synopsis "Simple, consistent wrappers for common string operations")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue