mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-httr2: Update to 1.0.2.
* gnu/packages/cran.scm (r-httr2): Update to 1.0.2. Change-Id: Iaf10930e819d10fa0db4c1b333cdd83b61d3f2ab
This commit is contained in:
parent
f9883b1e2b
commit
64d3d9476e
1 changed files with 2 additions and 2 deletions
|
@ -4905,13 +4905,13 @@ (define-public r-httpuv
|
|||
(define-public r-httr2
|
||||
(package
|
||||
(name "r-httr2")
|
||||
(version "1.0.1")
|
||||
(version "1.0.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "httr2" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1cpi2yr66g0nwd5ybz6254ivggvxql0bas2hwpakrcw1161jvs9k"))))
|
||||
"0j0062wx5xzlr36cs2jh3qji9fin6d2myvl87cdlx7x5fizy7y6i"))))
|
||||
(properties `((upstream-name . "httr2")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue