gnu: r-curl: Update to 2.2.

* gnu/packages/web.scm (r-curl): Update to 2.2.
master
Ricardo Wurmus 2016-10-26 15:47:29 +02:00
parent a46cc723ff
commit 2ffcd6607b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3310,13 +3310,13 @@ applications.")
(define-public r-curl
(package
(name "r-curl")
(version "1.2")
(version "2.2")
(source (origin
(method url-fetch)
(uri (cran-uri "curl" version))
(sha256
(base32
"04fwasg400v8dvkcn1fcha1jzdz8lbyxi0679q7flsyrp57b3jrf"))))
"0hyvyjzf5ja7kfhzmlfgp86hg1lxrriiwbnr6pxabwwslswj3cmj"))))
(build-system r-build-system)
(arguments
`(#:phases