gnu: r-httpuv: Update to 1.4.0.
* gnu/packages/web.scm (r-httpuv): Update to 1.4.0. [propagated-inputs]: Add r-bh, r-later, and r-promises.
This commit is contained in:
parent
d9d66ba963
commit
5150a52d03
|
@ -3785,15 +3785,19 @@ 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.6.2")
|
(version "1.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "httpuv" version))
|
(uri (cran-uri "httpuv" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0h3hkw575b211bxma23inbq1565wkhiapgasd539h219apqs534f"))))
|
"076blaj0vzwfgx212lvgscczmiy9n13izdshrm6xb9vpcmklm95m"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs `(("r-rcpp" ,r-rcpp)))
|
(native-inputs `(("r-rcpp" ,r-rcpp)))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-bh" ,r-bh)
|
||||||
|
("r-later" ,r-later)
|
||||||
|
("r-promises" ,r-promises)))
|
||||||
(home-page "https://github.com/rstudio/httpuv")
|
(home-page "https://github.com/rstudio/httpuv")
|
||||||
(synopsis "HTTP and WebSocket server library for R")
|
(synopsis "HTTP and WebSocket server library for R")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue