diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-05-20 10:54:38 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-05-20 10:58:14 +0200 |
commit | 1a2b94668e64325580f69208ce37ef3c90a00ba9 (patch) | |
tree | e75d5ab7b67b5b92b129c817df4f7515f871b1a4 | |
parent | 2a32b69ed30168a52d6a7519194165ece77fbce5 (diff) | |
download | guix-1a2b94668e64325580f69208ce37ef3c90a00ba9.tar.gz |
gnu: r-httpuv: Update to 1.6.1.
* gnu/packages/cran.scm (r-httpuv): Update to 1.6.1.
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 368bbe70eb..33106374d9 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -1207,13 +1207,13 @@ models.") (define-public r-httpuv (package (name "r-httpuv") - (version "1.6.0") + (version "1.6.1") (source (origin (method url-fetch) (uri (cran-uri "httpuv" version)) (sha256 (base32 - "01i0x9234fsyinzfjyl9a807kyvb0nivr6jx9911fp0msdmy1vkm")) + "0rxy57zl8yb5amsn3pvikha04k2vk0py4gys09lc7wr3agamswva")) ;; Unvendor bundled libraries. As of 1.5.4 the vendored libuv ;; only contains fixes for building on Solaris. (patches (search-patches "r-httpuv-1.5.5-unvendor-libuv.patch")) |