diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-08-03 17:08:24 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-08-03 17:53:44 +0200 |
commit | 2d81bc16a90944d6e7225ab562c3de117411f1cf (patch) | |
tree | 3d3fd98d6fe8f9c34c4547c356705d9c9b04add0 | |
parent | 0f2eee0d969b27d12a4e5789ff1f27af0e87959d (diff) | |
download | guix-2d81bc16a90944d6e7225ab562c3de117411f1cf.tar.gz guix-2d81bc16a90944d6e7225ab562c3de117411f1cf.zip |
gnu: r-httpuv: Update to 1.3.5.
* gnu/packages/web.scm (r-httpuv): Update to 1.3.5.
-rw-r--r-- | gnu/packages/web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 1550454241..51533ee0a3 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -3347,13 +3347,13 @@ CDF, Atom 0.3, and Atom 1.0 feeds.") (define-public r-httpuv (package (name "r-httpuv") - (version "1.3.3") + (version "1.3.5") (source (origin (method url-fetch) (uri (cran-uri "httpuv" version)) (sha256 (base32 - "0aibs0hf38n8f6xxx4g2i2lzd6l5h92m5pscx2z834sdvhnladxv")))) + "1sg4f223zfyd265b28rlhsn3b6mqflcpnmya98cjmjncmy9vjdj3")))) (build-system r-build-system) (native-inputs `(("r-rcpp" ,r-rcpp))) (home-page "https://github.com/rstudio/httpuv") |