gnu: r-stringr: Update to 1.4.1.

* gnu/packages/statistics.scm (r-stringr): Update to 1.4.1.
This commit is contained in:
Ricardo Wurmus 2022-09-20 10:53:34 +02:00
parent 3325cf689a
commit 911224970d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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