gnu: r-rcurl: Update to 1.98-1.8.

* gnu/packages/statistics.scm (r-rcurl): Update to 1.98-1.8.
[inputs]: Add zlib.
This commit is contained in:
Ricardo Wurmus 2022-08-10 12:20:17 +02:00
parent ee4885080b
commit 3f87021f62
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2958,13 +2958,13 @@ (define-public r-rsqlite
(define-public r-rcurl
(package
(name "r-rcurl")
(version "1.98-1.7")
(version "1.98-1.8")
(source (origin
(method url-fetch)
(uri (cran-uri "RCurl" version))
(sha256
(base32
"138qfkw03j0g5wby24811w9f3virz1fxlgkgnavf6gv3c00jvhia"))))
"0a4gr264ycy6am4849y79h3vc9vg7cgpizb88v4xw076pyn52fqy"))))
(properties `((upstream-name . "RCurl")))
(build-system r-build-system)
(arguments
@ -2981,7 +2981,7 @@ (define-public r-rcurl
(native-inputs
(list libxml2))
(inputs
(list curl))
(list curl zlib))
(propagated-inputs
(list r-bitops))
(home-page "http://www.omegahat.net/RCurl")