gnu: r-httpuv: Update to 1.5.5.
* gnu/packages/cran.scm (r-httpuv): Update to 1.5.5. [source]: Update patch name and remove unused modules. * gnu/packages/patches/r-httpuv-1.5.4-unvendor-libuv.patch: Rename this file... * gnu/packages/patches/r-httpuv-1.5.5-unvendor-libuv.patch: ...to this. * gnu/local.mk (dist_patch_DATA): Rename it.
This commit is contained in:
parent
627e15e1e7
commit
81710c867c
3 changed files with 5 additions and 7 deletions
|
@ -1581,7 +1581,7 @@ dist_patch_DATA = \
|
||||||
%D%/packages/patches/readline-6.2-CVE-2014-2524.patch \
|
%D%/packages/patches/readline-6.2-CVE-2014-2524.patch \
|
||||||
%D%/packages/patches/renpy-use-system-fribidi.patch \
|
%D%/packages/patches/renpy-use-system-fribidi.patch \
|
||||||
%D%/packages/patches/reposurgeon-add-missing-docbook-files.patch \
|
%D%/packages/patches/reposurgeon-add-missing-docbook-files.patch \
|
||||||
%D%/packages/patches/r-httpuv-1.5.4-unvendor-libuv.patch \
|
%D%/packages/patches/r-httpuv-1.5.5-unvendor-libuv.patch \
|
||||||
%D%/packages/patches/ri-li-modernize_cpp.patch \
|
%D%/packages/patches/ri-li-modernize_cpp.patch \
|
||||||
%D%/packages/patches/ripperx-missing-file.patch \
|
%D%/packages/patches/ripperx-missing-file.patch \
|
||||||
%D%/packages/patches/rpcbind-CVE-2017-8779.patch \
|
%D%/packages/patches/rpcbind-CVE-2017-8779.patch \
|
||||||
|
|
|
@ -1024,19 +1024,17 @@ into a pipeline of data manipulation and visualisation.")
|
||||||
(define-public r-httpuv
|
(define-public r-httpuv
|
||||||
(package
|
(package
|
||||||
(name "r-httpuv")
|
(name "r-httpuv")
|
||||||
(version "1.5.4")
|
(version "1.5.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
|
||||||
"066rprqvz9qln6xd85x1yh1wbbmzd157xjl8zq1zbgr8l6347inm"))
|
"05rir03xwamwfq5691vx0x957sgmr4i8iv5vpx5rv1f74y4wkrhb"))
|
||||||
;; 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.4-unvendor-libuv.patch"))
|
(patches (search-patches "r-httpuv-1.5.5-unvendor-libuv.patch"))
|
||||||
(modules '((guix build utils)
|
(modules '((guix build utils)))
|
||||||
(ice-9 ftw)
|
|
||||||
(srfi srfi-1)))
|
|
||||||
(snippet
|
(snippet
|
||||||
`(begin
|
`(begin
|
||||||
(delete-file-recursively "src/libuv")
|
(delete-file-recursively "src/libuv")
|
||||||
|
|
Reference in a new issue