gnu: r-curl: Update to 2.3.

* gnu/packages/web.scm (r-curl): Update to 2.3.
This commit is contained in:
Ricardo Wurmus 2016-12-29 20:34:30 +01:00
parent d3122150ca
commit f4ca28d911
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3441,13 +3441,13 @@ (define-public r-htmltable
(define-public r-curl
(package
(name "r-curl")
(version "2.2")
(version "2.3")
(source (origin
(method url-fetch)
(uri (cran-uri "curl" version))
(sha256
(base32
"0hyvyjzf5ja7kfhzmlfgp86hg1lxrriiwbnr6pxabwwslswj3cmj"))))
"0gbw5l0wnsw26fbr08gj9vgxrzxg8axvqxfshmd8g9khpgbdl0gr"))))
(build-system r-build-system)
(arguments
`(#:phases