gnu: r-httpuv: Update to 1.6.0.

* gnu/packages/cran.scm (r-httpuv): Update to 1.6.0.
[propagated-inputs]: Remove r-bh.
This commit is contained in:
Ricardo Wurmus 2021-05-04 07:13:04 +02:00
parent 2e59bab732
commit 912a8a2ece
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1207,13 +1207,13 @@ (define-public r-hmm
(define-public r-httpuv (define-public r-httpuv
(package (package
(name "r-httpuv") (name "r-httpuv")
(version "1.5.5") (version "1.6.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "httpuv" version)) (uri (cran-uri "httpuv" version))
(sha256 (sha256
(base32 (base32
"05rir03xwamwfq5691vx0x957sgmr4i8iv5vpx5rv1f74y4wkrhb")) "01i0x9234fsyinzfjyl9a807kyvb0nivr6jx9911fp0msdmy1vkm"))
;; 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"))
@ -1241,8 +1241,7 @@ (define-public r-httpuv
(inputs (inputs
`(("libuv" ,libuv))) `(("libuv" ,libuv)))
(propagated-inputs (propagated-inputs
`(("r-bh" ,r-bh) `(("r-later" ,r-later)
("r-later" ,r-later)
("r-promises" ,r-promises) ("r-promises" ,r-promises)
("r-r6" ,r-r6) ("r-r6" ,r-r6)
("r-rcpp" ,r-rcpp))) ("r-rcpp" ,r-rcpp)))