mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-httpuv: Update to 1.6.15.
* gnu/packages/cran.scm (r-httpuv): Update to 1.6.15. Change-Id: Ic3f86f2055ad92cc3ead6e324bd94b468cf6713f
This commit is contained in:
parent
7547079efe
commit
a71d9e9e6f
1 changed files with 2 additions and 2 deletions
|
@ -4420,13 +4420,13 @@ (define-public r-hiddenmarkov
|
|||
(define-public r-httpuv
|
||||
(package
|
||||
(name "r-httpuv")
|
||||
(version "1.6.14")
|
||||
(version "1.6.15")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "httpuv" version))
|
||||
(sha256
|
||||
(base32
|
||||
"10fi7j8rpa55l7bdygxl608i6f927ws2y1lv4qz8g6dx4spaq9j0"))
|
||||
"1l2y435i3dvq7fnalpvc7h5wh0sc5clygdvcvghz77d34cvfsvay"))
|
||||
(modules '((guix build utils)))
|
||||
;; Cannot unbundle http-parser, because it contains local
|
||||
;; modifications.
|
||||
|
|
Loading…
Reference in a new issue