mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: r-httpuv: Update to 1.6.3.
* gnu/packages/cran.scm (r-httpuv): Update to 1.6.3.
This commit is contained in:
parent
240d757840
commit
4219dc4b9f
1 changed files with 2 additions and 2 deletions
|
@ -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"))
|
||||||
|
|
Loading…
Reference in a new issue