mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-httpuv: Update to 1.6.14.
* gnu/packages/cran.scm (r-httpuv): Update to 1.6.14. Change-Id: I1f650010cce97020f7b563adfcd74d7e4dec4981
This commit is contained in:
parent
51ca656726
commit
854d1be754
1 changed files with 2 additions and 2 deletions
|
@ -4257,13 +4257,13 @@ (define-public r-hiddenmarkov
|
||||||
(define-public r-httpuv
|
(define-public r-httpuv
|
||||||
(package
|
(package
|
||||||
(name "r-httpuv")
|
(name "r-httpuv")
|
||||||
(version "1.6.13")
|
(version "1.6.14")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "httpuv" version))
|
(uri (cran-uri "httpuv" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0prvd2mv4rliqm0ldaldd6yjxy04qvxnqyhfxlk2c1lanmxzjvnb"))
|
"10fi7j8rpa55l7bdygxl608i6f927ws2y1lv4qz8g6dx4spaq9j0"))
|
||||||
(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.
|
||||||
|
|
Loading…
Reference in a new issue