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
|
(define-public r-httpuv
|
||||||
(package
|
(package
|
||||||
(name "r-httpuv")
|
(name "r-httpuv")
|
||||||
(version "1.6.12")
|
(version "1.6.13")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "httpuv" version))
|
(uri (cran-uri "httpuv" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0x2y5yjj1ha99dv5c8j6pxm8fqhdcx010jl4rcw2qw20qaqp5ndi"))
|
"0prvd2mv4rliqm0ldaldd6yjxy04qvxnqyhfxlk2c1lanmxzjvnb"))
|
||||||
(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 a new issue