mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: r-httr: Update to 1.4.6.
* gnu/packages/statistics.scm (r-httr): Update to 1.4.6.
This commit is contained in:
parent
7362200a9e
commit
89b4d2de5b
1 changed files with 2 additions and 2 deletions
|
@ -2523,13 +2523,13 @@ (define-public r-openssl
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue