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:
parent
2d694eb39b
commit
6f62d6f811
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue