gnu: r-httpuv: Update to 1.3.5.
* gnu/packages/web.scm (r-httpuv): Update to 1.3.5.
This commit is contained in:
parent
0f2eee0d96
commit
2d81bc16a9
|
@ -3347,13 +3347,13 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
|
||||||
(define-public r-httpuv
|
(define-public r-httpuv
|
||||||
(package
|
(package
|
||||||
(name "r-httpuv")
|
(name "r-httpuv")
|
||||||
(version "1.3.3")
|
(version "1.3.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "httpuv" version))
|
(uri (cran-uri "httpuv" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0aibs0hf38n8f6xxx4g2i2lzd6l5h92m5pscx2z834sdvhnladxv"))))
|
"1sg4f223zfyd265b28rlhsn3b6mqflcpnmya98cjmjncmy9vjdj3"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs `(("r-rcpp" ,r-rcpp)))
|
(native-inputs `(("r-rcpp" ,r-rcpp)))
|
||||||
(home-page "https://github.com/rstudio/httpuv")
|
(home-page "https://github.com/rstudio/httpuv")
|
||||||
|
|
Loading…
Reference in New Issue