gnu: r-httr: Update to 1.4.5.

* gnu/packages/statistics.scm (r-httr): Update to 1.4.5.
This commit is contained in:
Ricardo Wurmus 2023-03-19 14:44:47 +01:00
parent ceb2a75dda
commit 4fbee041a9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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