me
/
guix
Archived
1
0
Fork 0

gnu: r-httr: Update to 1.4.4.

* gnu/packages/statistics.scm (r-httr): Update to 1.4.4.
master
Ricardo Wurmus 2022-09-20 10:53:36 +02:00
parent 06943cf4f1
commit 0fd63d8584
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

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))