gnu: r-httr: Update to 1.4.6.

* gnu/packages/statistics.scm (r-httr): Update to 1.4.6.
This commit is contained in:
Ricardo Wurmus 2023-05-09 14:25:50 +02:00
parent 7362200a9e
commit 89b4d2de5b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2523,13 +2523,13 @@ (define-public r-openssl
(define-public r-httr
(package
(name "r-httr")
(version "1.4.5")
(version "1.4.6")
(source (origin
(method url-fetch)
(uri (cran-uri "httr" version))
(sha256
(base32
"0v3gyzgwv6v3rmpr5sfks8ygp1inmrddsiyamfcz039bi1zsqfzr"))))
"1cipxhsss77n2psik755y1s7dkyqhrs0yjch8cmqswr3xz5qcvcd"))))
(build-system r-build-system)
(propagated-inputs
(list r-curl r-jsonlite r-openssl r-mime r-r6))