mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 5 additions and 6 deletions
|
@ -394,21 +394,20 @@ (define-public r-modelr
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue