gnu: r-httpuv: Update to 1.6.1.
* gnu/packages/cran.scm (r-httpuv): Update to 1.6.1.master
parent
2a32b69ed3
commit
1a2b94668e
|
@ -1207,13 +1207,13 @@ models.")
|
||||||
(define-public r-httpuv
|
(define-public r-httpuv
|
||||||
(package
|
(package
|
||||||
(name "r-httpuv")
|
(name "r-httpuv")
|
||||||
(version "1.6.0")
|
(version "1.6.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "httpuv" version))
|
(uri (cran-uri "httpuv" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01i0x9234fsyinzfjyl9a807kyvb0nivr6jx9911fp0msdmy1vkm"))
|
"0rxy57zl8yb5amsn3pvikha04k2vk0py4gys09lc7wr3agamswva"))
|
||||||
;; 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"))
|
||||||
|
|
Reference in New Issue