gnu: r-curl: Update to 2.8.1.

* gnu/packages/web.scm (r-curl): Update to 2.8.1.
This commit is contained in:
Ricardo Wurmus 2017-08-03 17:11:59 +02:00
parent 53deffe5e9
commit e584b9fc1b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3508,13 +3508,13 @@ LaTeX.")
(define-public r-curl
(package
(name "r-curl")
(version "2.5")
(version "2.8.1")
(source (origin
(method url-fetch)
(uri (cran-uri "curl" version))
(sha256
(base32
"09p86i5f88gx1i7cidm1ka56g0jjkghqfam96p1jhwlh2fv6nrks"))))
"0dgfl7wn4r8inv55xnk4ybf1y2x4qmi4cbr6phr3lfi1dnjm4hsm"))))
(build-system r-build-system)
(arguments
`(#:phases