mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-httpuv: Update to 1.6.7.
* gnu/packages/cran.scm (r-httpuv): Update to 1.6.7.
This commit is contained in:
parent
96e1f10e66
commit
5ff58253ae
1 changed files with 2 additions and 2 deletions
|
@ -2703,13 +2703,13 @@ (define-public r-hiddenmarkov
|
|||
(define-public r-httpuv
|
||||
(package
|
||||
(name "r-httpuv")
|
||||
(version "1.6.6")
|
||||
(version "1.6.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "httpuv" version))
|
||||
(sha256
|
||||
(base32
|
||||
"14qjf7bpl7pay89b7vi2vccl342q8xs6101a9x6qijy54k9myfa1"))
|
||||
"0jjb2w59x8a4k24j9rc4rjm37h1ccrfq1nzd40inbnd6kcqf3lkm"))
|
||||
;; Unvendor bundled libraries. As of 1.5.4 the vendored libuv
|
||||
;; only contains fixes for building on Solaris.
|
||||
(patches (search-patches "r-httpuv-1.6.6-unvendor-libuv.patch"))
|
||||
|
|
Loading…
Reference in a new issue