me
/
guix
Archived
1
0
Fork 0

gnu: r-stringi: Update to 1.7.4.

* gnu/packages/statistics.scm (r-stringi): Update to 1.7.4.
master
Ricardo Wurmus 2021-09-29 15:33:36 +02:00
parent 81781becae
commit 7465095951
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1047,14 +1047,14 @@ solution for sending email, including attachments, from within R.")
(define-public r-stringi (define-public r-stringi
(package (package
(name "r-stringi") (name "r-stringi")
(version "1.7.3") (version "1.7.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "stringi" version)) (uri (cran-uri "stringi" version))
(sha256 (sha256
(base32 (base32
"0mhz7dkjdm8ap2zav1pmivhr8s0l6p2f6piij2hy08nwszqk51nr")))) "1mda4612sc573zabsvygnla3vpnf3mql58fc9j450540h6hlwfv2"))))
(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)))