mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 09:58:57 -05:00
gnu: r-httpuv: Update to 1.6.11.
* gnu/packages/cran.scm (r-httpuv): Update to 1.6.11.
This commit is contained in:
parent
f5951bbc70
commit
27d87b528c
1 changed files with 2 additions and 2 deletions
|
@ -3307,13 +3307,13 @@ (define-public r-hiddenmarkov
|
|||
(define-public r-httpuv
|
||||
(package
|
||||
(name "r-httpuv")
|
||||
(version "1.6.10")
|
||||
(version "1.6.11")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "httpuv" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1w7b9wi5gzg78qk53adva19gpsb0027z1x6l3qfpk2jsaslhyafd"))
|
||||
"1xgf7q8ah9sbgbbjm9nwvry154g8i0gwfrn55npls9sihc59x9wb"))
|
||||
(modules '((guix build utils)))
|
||||
;; Cannot unbundle http-parser, because it contains local
|
||||
;; modifications.
|
||||
|
|
Loading…
Reference in a new issue