gnu: r-httpuv: Update to 1.6.13.
* gnu/packages/cran.scm (r-httpuv): Update to 1.6.13. Change-Id: I5e1269f481de948de0ec589975a15455d326e491
This commit is contained in:
parent
9cf5f6fc41
commit
882d1e7d8c
1 changed files with 2 additions and 2 deletions
|
@ -4051,13 +4051,13 @@ Zucchini.")
|
|||
(define-public r-httpuv
|
||||
(package
|
||||
(name "r-httpuv")
|
||||
(version "1.6.12")
|
||||
(version "1.6.13")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "httpuv" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0x2y5yjj1ha99dv5c8j6pxm8fqhdcx010jl4rcw2qw20qaqp5ndi"))
|
||||
"0prvd2mv4rliqm0ldaldd6yjxy04qvxnqyhfxlk2c1lanmxzjvnb"))
|
||||
(modules '((guix build utils)))
|
||||
;; Cannot unbundle http-parser, because it contains local
|
||||
;; modifications.
|
||||
|
|
Reference in a new issue