3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-httr: Update to 1.4.3.

* gnu/packages/statistics.scm (r-httr): Update to 1.4.3.
This commit is contained in:
Ricardo Wurmus 2022-05-28 08:30:57 +02:00
parent 2d694eb39b
commit 6f62d6f811
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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