mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: r-stringi: Update to 1.1.7.
* gnu/packages/statistics.scm (r-stringi): Update to 1.1.7.
This commit is contained in:
parent
d773fef1ce
commit
5ecfa6f565
1 changed files with 2 additions and 2 deletions
|
@ -939,14 +939,14 @@ (define-public r-sendmailr
|
||||||
(define-public r-stringi
|
(define-public r-stringi
|
||||||
(package
|
(package
|
||||||
(name "r-stringi")
|
(name "r-stringi")
|
||||||
(version "1.1.6")
|
(version "1.1.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "stringi" version))
|
(uri (cran-uri "stringi" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"122im5m8x9bqpahc0hbxmvdq6hnsmgnxwwyjpvbihyv2jq5kd44m"))))
|
"0nck1s2iglmkrn15ay2chrrwsy5lngcylz2sc87fxy5skxaahxdl"))))
|
||||||
(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