mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: r-httpuv: Update to 1.6.5.
* gnu/packages/cran.scm (r-httpuv): Update to 1.6.5.
This commit is contained in:
parent
0d2b9022cc
commit
424789c588
1 changed files with 2 additions and 2 deletions
|
@ -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"))
|
||||||
|
|
Loading…
Reference in a new issue