gnu: r-httr: Update to 1.4.2.

* gnu/packages/statistics.scm (r-httr): Update to 1.4.2.
[native-inputs]: Add r-knitr.
This commit is contained in:
Ricardo Wurmus 2020-08-12 11:59:37 +02:00
parent 81cc043322
commit c2b02b1b49
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2356,13 +2356,13 @@ (define-public r-openssl
(define-public r-httr (define-public r-httr
(package (package
(name "r-httr") (name "r-httr")
(version "1.4.1") (version "1.4.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "httr" version)) (uri (cran-uri "httr" version))
(sha256 (sha256
(base32 (base32
"0mp1il13q6n49n2hv1p2p8x6avjan6dr5az19ql4hb78pc3pwp37")))) "1y8y1g1dkgv9jafrk1kj6pzxpw95c0rr9lplblfq2byrs1pfsas6"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-curl" ,r-curl) `(("r-curl" ,r-curl)
@ -2370,6 +2370,8 @@ (define-public r-httr
("r-openssl" ,r-openssl) ("r-openssl" ,r-openssl)
("r-mime" ,r-mime) ("r-mime" ,r-mime)
("r-r6" ,r-r6))) ("r-r6" ,r-r6)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://github.com/hadley/httr") (home-page "https://github.com/hadley/httr")
(synopsis "Tools for working with URLs and HTTP") (synopsis "Tools for working with URLs and HTTP")
(description (description