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.
master
Ricardo Wurmus 2019-03-20 23:39:45 +01:00
parent c2b45ac578
commit 2391e97c4d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 5 additions and 6 deletions

View File

@ -394,21 +394,20 @@ into a pipeline of data manipulation and visualisation.")
(define-public r-httpuv
(package
(name "r-httpuv")
(version "1.4.5.1")
(version "1.5.0")
(source (origin
(method url-fetch)
(uri (cran-uri "httpuv" version))
(sha256
(base32
"0mqd40jckdpkjw1jjd860cdwkb03l6dkh931maijfdaqr1w9hwvn"))))
"19m9514yj5sg0rz1zvi8w1z98srnrql4iirgr794fkaap6bs7i2f"))))
(build-system r-build-system)
(native-inputs
`(("r-rcpp" ,r-rcpp)
("pkg-config" ,pkg-config)))
(propagated-inputs
`(("r-bh" ,r-bh)
("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")
(synopsis "HTTP and WebSocket server library for R")
(description