me
/
guix
Archived
1
0
Fork 0

gnu: r-httpuv: Update to 1.6.3.

* gnu/packages/cran.scm (r-httpuv): Update to 1.6.3.
master
Ricardo Wurmus 2021-09-29 15:33:14 +02:00
parent 240d757840
commit 4219dc4b9f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1493,13 +1493,13 @@ Zucchini.")
(define-public r-httpuv
(package
(name "r-httpuv")
(version "1.6.2")
(version "1.6.3")
(source (origin
(method url-fetch)
(uri (cran-uri "httpuv" version))
(sha256
(base32
"1p5savhrcqlagnnh8ccnhpypbif9jhp97nq4rnhldn98gmb4a7sn"))
"0xh8y05k4jxdwp9xh4x478y3scnv80q05l9gxk2ni6f0dk43iqxz"))
;; 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"))