gnu: r-httpuv: Update to 1.6.8.

* gnu/packages/cran.scm (r-httpuv): Update to 1.6.8.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:08:13 +01:00
parent 31e137465d
commit 9c308e864e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2887,13 +2887,13 @@ Zucchini.")
(define-public r-httpuv
(package
(name "r-httpuv")
(version "1.6.7")
(version "1.6.8")
(source (origin
(method url-fetch)
(uri (cran-uri "httpuv" version))
(sha256
(base32
"0jjb2w59x8a4k24j9rc4rjm37h1ccrfq1nzd40inbnd6kcqf3lkm"))
"0fljspgdiihn736s8wj6ri28sggw1sd3zfi5qav3gzrsqm2z29xz"))
;; Unvendor bundled libraries. As of 1.5.4 the vendored libuv
;; only contains fixes for building on Solaris.
(patches (search-patches "r-httpuv-1.6.6-unvendor-libuv.patch"))