gnu: r-httpuv: Update to 1.6.10.
* gnu/packages/cran.scm (r-httpuv): Update to 1.6.10.master
parent
263f3e1ac2
commit
2ea5346a00
|
@ -3301,13 +3301,13 @@ Zucchini.")
|
||||||
(define-public r-httpuv
|
(define-public r-httpuv
|
||||||
(package
|
(package
|
||||||
(name "r-httpuv")
|
(name "r-httpuv")
|
||||||
(version "1.6.9")
|
(version "1.6.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "httpuv" version))
|
(uri (cran-uri "httpuv" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pfrhparpsgrrlgnwwdjb4npklrqka709hh7a2s76x7s49dz4xwd"))
|
"1w7b9wi5gzg78qk53adva19gpsb0027z1x6l3qfpk2jsaslhyafd"))
|
||||||
(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 New Issue