mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-stringi: Update to 1.8.1.
* gnu/packages/statistics.scm (r-stringi): Update to 1.8.1. Change-Id: I54524b57c6a1f3ff9cee826a78c2e505aeb17ebd
This commit is contained in:
parent
e59bde0a7c
commit
91c4df4398
1 changed files with 2 additions and 2 deletions
|
@ -1178,14 +1178,14 @@ (define-public r-sendmailr
|
|||
(define-public r-stringi
|
||||
(package
|
||||
(name "r-stringi")
|
||||
(version "1.7.12")
|
||||
(version "1.8.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "stringi" version))
|
||||
(sha256
|
||||
(base32
|
||||
"02g0464sbprrbjlacx727p9ad1s5nbxl2mnvfmm9h7q000lsrs7g"))))
|
||||
"0jm2f5wh231dzs46g7ic2k4633x9v9bd2a03dlpmq5rr46j299ay"))))
|
||||
(build-system r-build-system)
|
||||
(inputs (list icu4c))
|
||||
(native-inputs (list pkg-config))
|
||||
|
|
Loading…
Reference in a new issue