me
/
guix
Archived
1
0
Fork 0

gnu: r-httr: Update to 1.4.6.

* gnu/packages/statistics.scm (r-httr): Update to 1.4.6.
master
Ricardo Wurmus 2023-05-09 14:25:50 +02:00
parent 7362200a9e
commit 89b4d2de5b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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