gnu: r-httpuv: Update to 1.6.5.

* gnu/packages/cran.scm (r-httpuv): Update to 1.6.5.
This commit is contained in:
Ricardo Wurmus 2022-01-23 13:33:29 +01:00
parent 0d2b9022cc
commit 424789c588
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1577,13 +1577,13 @@ (define-public r-hiddenmarkov
(define-public r-httpuv (define-public r-httpuv
(package (package
(name "r-httpuv") (name "r-httpuv")
(version "1.6.4") (version "1.6.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "httpuv" version)) (uri (cran-uri "httpuv" version))
(sha256 (sha256
(base32 (base32
"0nx6fakpj9qh6izs6n26y3i8v4dm16h61ijw3gymsbif34fx532f")) "0mlilxh2mlrsbbrncla2rg02crr8nnajv649d8whx7ayr8lkdxpm"))
;; 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"))