mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: r-stringi: Update to 1.7.5.
* gnu/packages/statistics.scm (r-stringi): Update to 1.7.5.
This commit is contained in:
parent
b2245f66f6
commit
0178f11814
1 changed files with 2 additions and 2 deletions
|
@ -1047,14 +1047,14 @@ (define-public r-sendmailr
|
||||||
(define-public r-stringi
|
(define-public r-stringi
|
||||||
(package
|
(package
|
||||||
(name "r-stringi")
|
(name "r-stringi")
|
||||||
(version "1.7.4")
|
(version "1.7.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "stringi" version))
|
(uri (cran-uri "stringi" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mda4612sc573zabsvygnla3vpnf3mql58fc9j450540h6hlwfv2"))))
|
"0r959gzyqkq9683qdfy95g9plwpj3c73n9lhf0a6byybw4scq519"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs `(("icu4c" ,icu4c)))
|
(inputs `(("icu4c" ,icu4c)))
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
|
|
Loading…
Reference in a new issue