3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-curl: Update to 3.0.

* gnu/packages/web.scm (r-curl): Update to 3.0.
This commit is contained in:
Ricardo Wurmus 2017-10-17 17:45:53 +02:00
parent 94b55ace14
commit 7340fc5014
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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