gnu: r-httpuv: Update to 1.6.3.

* gnu/packages/cran.scm (r-httpuv): Update to 1.6.3.
This commit is contained in:
Ricardo Wurmus 2021-09-29 15:33:14 +02:00
parent 240d757840
commit 4219dc4b9f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1493,13 +1493,13 @@ (define-public r-hiddenmarkov
(define-public r-httpuv (define-public r-httpuv
(package (package
(name "r-httpuv") (name "r-httpuv")
(version "1.6.2") (version "1.6.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "httpuv" version)) (uri (cran-uri "httpuv" version))
(sha256 (sha256
(base32 (base32
"1p5savhrcqlagnnh8ccnhpypbif9jhp97nq4rnhldn98gmb4a7sn")) "0xh8y05k4jxdwp9xh4x478y3scnv80q05l9gxk2ni6f0dk43iqxz"))
;; Unvendor bundled libraries. As of 1.5.4 the vendored libuv ;; Unvendor bundled libraries. As of 1.5.4 the vendored libuv
;; only contains fixes for building on Solaris. ;; only contains fixes for building on Solaris.
(patches (search-patches "r-httpuv-1.5.5-unvendor-libuv.patch")) (patches (search-patches "r-httpuv-1.5.5-unvendor-libuv.patch"))