mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: r-httpuv: Update to 1.6.17.
* gnu/packages/cran.scm (r-httpuv): Update to 1.6.17. Change-Id: Iee96a76b906637ce11cbc3b52e9178cebbfab18a
This commit is contained in:
@@ -14564,13 +14564,13 @@ that can be distributed without access to a live server.")
|
|||||||
(define-public r-httpuv
|
(define-public r-httpuv
|
||||||
(package
|
(package
|
||||||
(name "r-httpuv")
|
(name "r-httpuv")
|
||||||
(version "1.6.16")
|
(version "1.6.17")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "httpuv" version))
|
(uri (cran-uri "httpuv" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0r1gxmxscw1znda2mjp9wl1rxkbdsn3mq826qjs13529z6p43wsi"))
|
"0wv23lna87cyj19332xy5dn7ik1l8hsbhss44b8brf266phhd1fi"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
;; Cannot unbundle http-parser, because it contains local
|
;; Cannot unbundle http-parser, because it contains local
|
||||||
;; modifications.
|
;; modifications.
|
||||||
|
|||||||
Reference in New Issue
Block a user