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.4.
* gnu/packages/statistics.scm (r-stringi): Update to 1.8.4. Change-Id: Ifad35d93dcd2efdac025e1b29860609357eec75c
This commit is contained in:
parent
8456d51266
commit
de611a91c5
1 changed files with 2 additions and 2 deletions
|
@ -1194,14 +1194,14 @@ (define-public r-sendmailr
|
|||
(define-public r-stringi
|
||||
(package
|
||||
(name "r-stringi")
|
||||
(version "1.8.3")
|
||||
(version "1.8.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "stringi" version))
|
||||
(sha256
|
||||
(base32
|
||||
"09a964g8q3iphq24ln9c9g5158ynr75pfh3ghddarn0xvn7bw0hn"))))
|
||||
"1wv9qqxl84l44kpvkx0lmyciinrh9pa5512jm56gsaqs9pvgh6f2"))))
|
||||
(build-system r-build-system)
|
||||
(inputs (list icu4c))
|
||||
(native-inputs (list pkg-config))
|
||||
|
|
Loading…
Reference in a new issue