diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-28 02:10:48 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-28 04:13:19 +0100 |
commit | 971d232b27099f86194a69b616bc33f292e0edeb (patch) | |
tree | f0ed52d5ae685d0b0d1fa0daf17702600220ca37 /gnu/packages | |
parent | 1143450c14edfd91a27f73844d9e46eb376d1b64 (diff) | |
download | guix-971d232b27099f86194a69b616bc33f292e0edeb.tar guix-971d232b27099f86194a69b616bc33f292e0edeb.tar.gz |
gnu: r-httpuv: Update to 1.3.6.
* gnu/packages/web.scm (r-httpuv): Update to 1.3.6.
Diffstat (limited to 'gnu/packages')
-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 26768ccc1e..4876918b53 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -3780,13 +3780,13 @@ CDF, Atom 0.3, and Atom 1.0 feeds.") (define-public r-httpuv (package (name "r-httpuv") - (version "1.3.5") + (version "1.3.6") (source (origin (method url-fetch) (uri (cran-uri "httpuv" version)) (sha256 (base32 - "1sg4f223zfyd265b28rlhsn3b6mqflcpnmya98cjmjncmy9vjdj3")))) + "1nzbcw1dm4l5qc9156kz95rdb8bwnpdr57wfc87w8arv7m0i40bc")))) (build-system r-build-system) (native-inputs `(("r-rcpp" ,r-rcpp))) (home-page "https://github.com/rstudio/httpuv") |