[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/377: gnu: r-httpuv: Update to 1.6.2.
From: |
guix-commits |
Subject: |
15/377: gnu: r-httpuv: Update to 1.6.2. |
Date: |
Sun, 5 Sep 2021 10:06:43 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit ee5fc0a2412e02d8ff051ceceff38ce7030a283c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Aug 22 17:53:24 2021 +0200
gnu: r-httpuv: Update to 1.6.2.
* gnu/packages/cran.scm (r-httpuv): Update to 1.6.2.
[inputs]: Add zlib.
---
gnu/packages/cran.scm | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5d95152..01260e4 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1426,23 +1426,21 @@ Zucchini.")
(define-public r-httpuv
(package
(name "r-httpuv")
- (version "1.6.1")
+ (version "1.6.2")
(source (origin
(method url-fetch)
(uri (cran-uri "httpuv" version))
(sha256
(base32
- "0rxy57zl8yb5amsn3pvikha04k2vk0py4gys09lc7wr3agamswva"))
+ "1p5savhrcqlagnnh8ccnhpypbif9jhp97nq4rnhldn98gmb4a7sn"))
;; Unvendor bundled libraries. As of 1.5.4 the vendored libuv
;; only contains fixes for building on Solaris.
(patches (search-patches "r-httpuv-1.5.5-unvendor-libuv.patch"))
(modules '((guix build utils)))
+ ;; Cannot unbundle http-parser, because it contains local
+ ;; modifications.
(snippet
- `(begin
- (delete-file-recursively "src/libuv")
- ;; Cannot unbundle http-parser, because it contains local
- ;; modifications.
- #t))))
+ '(delete-file-recursively "src/libuv"))))
(build-system r-build-system)
(arguments
`(#:phases
@@ -1455,10 +1453,10 @@ Zucchini.")
;; Fix https://github.com/rstudio/httpuv/issues/282
(substitute* "src/http.cpp"
(("uv_pipe_init\\(pLoop, &pSocket->handle\\.pipe, true\\);")
- "uv_pipe_init(pLoop, &pSocket->handle.pipe, 0);"))
- #t)))))
+ "uv_pipe_init(pLoop, &pSocket->handle.pipe, 0);")))))))
(inputs
- `(("libuv" ,libuv)))
+ `(("libuv" ,libuv)
+ ("zlib" ,zlib)))
(propagated-inputs
`(("r-later" ,r-later)
("r-promises" ,r-promises)
- 10/377: gnu: Add r-tfautograph., (continued)
- 10/377: gnu: Add r-tfautograph., guix-commits, 2021/09/05
- 14/377: gnu: r-reprex: Update to 2.0.1., guix-commits, 2021/09/05
- 13/377: gnu: r-ggpmisc: Update to 0.4.2-1., guix-commits, 2021/09/05
- 28/377: gnu: r-gert: Update to 1.3.2., guix-commits, 2021/09/05
- 34/377: gnu: r-dae: Update to 3.2-10., guix-commits, 2021/09/05
- 42/377: gnu: r-rsconnect: Update to 0.8.24., guix-commits, 2021/09/05
- 40/377: gnu: r-rpf: Update to 1.0.8., guix-commits, 2021/09/05
- 49/377: gnu: r-mlr3: Update to 0.12.0., guix-commits, 2021/09/05
- 51/377: gnu: r-english: Update to 1.2-6., guix-commits, 2021/09/05
- 16/377: gnu: r-servr: Update to 0.23., guix-commits, 2021/09/05
- 15/377: gnu: r-httpuv: Update to 1.6.2.,
guix-commits <=
- 33/377: gnu: r-ggplotify: Update to 0.0.9., guix-commits, 2021/09/05
- 27/377: gnu: r-emmeans: Update to 1.6.3., guix-commits, 2021/09/05
- 30/377: gnu: r-bigrquery: Update to 1.4.0., guix-commits, 2021/09/05
- 45/377: gnu: r-brms: Update to 2.16.0., guix-commits, 2021/09/05
- 48/377: gnu: r-seurat: Update to 4.0.4., guix-commits, 2021/09/05
- 53/377: gnu: r-textplot: Update to 0.2.0., guix-commits, 2021/09/05
- 63/377: gnu: r-xml: Update to 3.99-0.7., guix-commits, 2021/09/05
- 64/377: gnu: r-biomart: Update to 2.48.3., guix-commits, 2021/09/05
- 54/377: gnu: r-vroom: Update to 1.5.4., guix-commits, 2021/09/05
- 09/377: gnu: Add r-posterior., guix-commits, 2021/09/05