gnu: r-httpuv: Update to 1.5.0.
* gnu/packages/cran.scm (r-httpuv): Update to 1.5.0. [native-inputs]: Remove pkg-config; move r-rcpp from here... [propagated-inputs]: ...to here; add r-r6.
This commit is contained in:
parent
c2b45ac578
commit
2391e97c4d
|
@ -394,21 +394,20 @@ into a pipeline of data manipulation and visualisation.")
|
||||||
(define-public r-httpuv
|
(define-public r-httpuv
|
||||||
(package
|
(package
|
||||||
(name "r-httpuv")
|
(name "r-httpuv")
|
||||||
(version "1.4.5.1")
|
(version "1.5.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
|
||||||
"0mqd40jckdpkjw1jjd860cdwkb03l6dkh931maijfdaqr1w9hwvn"))))
|
"19m9514yj5sg0rz1zvi8w1z98srnrql4iirgr794fkaap6bs7i2f"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
|
||||||
`(("r-rcpp" ,r-rcpp)
|
|
||||||
("pkg-config" ,pkg-config)))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-bh" ,r-bh)
|
`(("r-bh" ,r-bh)
|
||||||
("r-later" ,r-later)
|
("r-later" ,r-later)
|
||||||
("r-promises" ,r-promises)))
|
("r-promises" ,r-promises)
|
||||||
|
("r-r6" ,r-r6)
|
||||||
|
("r-rcpp" ,r-rcpp)))
|
||||||
(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