[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/55: gnu: r-httpuv: Update to 1.5.0.
From: |
guix-commits |
Subject: |
20/55: gnu: r-httpuv: Update to 1.5.0. |
Date: |
Wed, 20 Mar 2019 19:03:06 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 2391e97c4d093c389784b2d6418ccc93e28003cc
Author: Ricardo Wurmus <address@hidden>
Date: Wed Mar 20 23:39:45 2019 +0100
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.
---
gnu/packages/cran.scm | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 7ca6c99..7da2ab7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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
- 32/55: gnu: r-zip: Update to 2.0.1., (continued)
- 32/55: gnu: r-zip: Update to 2.0.1., guix-commits, 2019/03/20
- 34/55: gnu: r-mclust: Update to 5.4.3., guix-commits, 2019/03/20
- 47/55: gnu: r-rgl: Update to 0.100.19., guix-commits, 2019/03/20
- 27/55: gnu: r-lmoments: Update to 1.3-1., guix-commits, 2019/03/20
- 46/55: gnu: r-argparse: Update to 2.0.1., guix-commits, 2019/03/20
- 41/55: gnu: r-gmp: Update to 0.5-13.5., guix-commits, 2019/03/20
- 45/55: gnu: r-findpython: Update to 1.0.5., guix-commits, 2019/03/20
- 49/55: gnu: r-proc: Update to 1.14.0., guix-commits, 2019/03/20
- 55/55: gnu: r-spam: Update to 2.2-2., guix-commits, 2019/03/20
- 09/55: gnu: qtractor: Update to 0.9.6., guix-commits, 2019/03/20
- 20/55: gnu: r-httpuv: Update to 1.5.0.,
guix-commits <=
- 26/55: gnu: r-rcpp: Update to 1.0.1., guix-commits, 2019/03/20
- 52/55: gnu: r-coin: Update to 1.3-0., guix-commits, 2019/03/20
- 07/55: gnu: r-maldiquant: Update to 1.19.2., guix-commits, 2019/03/20
- 03/55: gnu: r-sys: Update to 3.1., guix-commits, 2019/03/20
- 06/55: gnu: Add r-libcoin., guix-commits, 2019/03/20
- 14/55: gnu: r-highr: Update to 0.8., guix-commits, 2019/03/20
- 16/55: gnu: r-tibble: Update to 2.1.1., guix-commits, 2019/03/20
- 17/55: gnu: r-git2r: Update to 0.25.2., guix-commits, 2019/03/20
- 19/55: gnu: r-diversitree: Update to 0.9-11., guix-commits, 2019/03/20
- 21/55: gnu: r-rcpparmadillo: Update to 0.9.200.7.1., guix-commits, 2019/03/20