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.1.
* gnu/packages/cran.scm (r-httr2): Update to 1.0.1. Change-Id: I4961227d5e26a3cbf9999b395bb9c3fce6321861
This commit is contained in:
parent
50ae661dca
commit
5e9c66ddc4
1 changed files with 2 additions and 2 deletions
|
@ -4453,13 +4453,13 @@ (define-public r-httpuv
|
|||
(define-public r-httr2
|
||||
(package
|
||||
(name "r-httr2")
|
||||
(version "1.0.0")
|
||||
(version "1.0.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "httr2" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0jaajfr1hr6bzb1vz2nw2csl2l09kbq619vsq5yrlchcarpjv1fb"))))
|
||||
"1cpi2yr66g0nwd5ybz6254ivggvxql0bas2hwpakrcw1161jvs9k"))))
|
||||
(properties `((upstream-name . "httr2")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue