diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-29 17:36:57 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-29 17:36:57 +0200 |
commit | dc8450c178214830488703351840638a27844f03 (patch) | |
tree | e53d28635f629ec7cb1b216c4167d865af9da236 /gnu/packages/web.scm | |
parent | f36685b0586b9cd98c63a8ad7aee7821bbd54a56 (diff) | |
download | patches-dc8450c178214830488703351840638a27844f03.tar patches-dc8450c178214830488703351840638a27844f03.tar.gz |
gnu: r-curl: Update to 3.2.
* gnu/packages/web.scm (r-curl): Update to 3.2.
Diffstat (limited to 'gnu/packages/web.scm')
-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 cefa65dc21..33707bafd3 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -3949,13 +3949,13 @@ LaTeX.") (define-public r-curl (package (name "r-curl") - (version "3.1") + (version "3.2") (source (origin (method url-fetch) (uri (cran-uri "curl" version)) (sha256 (base32 - "15fbjya2xrf2k9hhvg3frisrram4yk5wlfz67zj1z8ahpsb2a3r7")))) + "15hmy71310hnf9yqvz0icx4cq939gv6iqaifzlfdh2ia8akawdhn")))) (build-system r-build-system) (arguments `(#:phases |