1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-22 10:10:31 +02:00

gnu: r-httr: Update to 1.4.4.

* gnu/packages/statistics.scm (r-httr): Update to 1.4.4.
This commit is contained in:
Ricardo Wurmus
2022-09-20 10:53:36 +02:00
parent 06943cf4f1
commit 0fd63d8584

View File

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