mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 03:20:04 +01:00
gnu: r-httr: Update to 1.4.1.
* gnu/packages/statistics.scm (r-httr): Update to 1.4.1.
This commit is contained in:
parent
3511aff992
commit
9236b2c144
1 changed files with 2 additions and 2 deletions
|
@ -2367,13 +2367,13 @@ integers.")
|
||||||
(define-public r-httr
|
(define-public r-httr
|
||||||
(package
|
(package
|
||||||
(name "r-httr")
|
(name "r-httr")
|
||||||
(version "1.4.0")
|
(version "1.4.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "httr" version))
|
(uri (cran-uri "httr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0j6vknwyvkjpjsxwch4q02aik4dnm3h4l0wc7dgzc555bm1g2cyn"))))
|
"0mp1il13q6n49n2hv1p2p8x6avjan6dr5az19ql4hb78pc3pwp37"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-curl" ,r-curl)
|
`(("r-curl" ,r-curl)
|
||||||
|
|
Loading…
Add table
Reference in a new issue