mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-httr2: Update to 1.0.3.
* gnu/packages/cran.scm (r-httr2): Update to 1.0.3. Change-Id: I327f8591db81ca22e4395c89c55fb061f7c93fa0
This commit is contained in:
parent
59d3f1ab3f
commit
47a5e4b38f
1 changed files with 2 additions and 2 deletions
|
@ -4904,13 +4904,13 @@ (define-public r-httpuv
|
||||||
(define-public r-httr2
|
(define-public r-httr2
|
||||||
(package
|
(package
|
||||||
(name "r-httr2")
|
(name "r-httr2")
|
||||||
(version "1.0.2")
|
(version "1.0.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "httr2" version))
|
(uri (cran-uri "httr2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0j0062wx5xzlr36cs2jh3qji9fin6d2myvl87cdlx7x5fizy7y6i"))))
|
"1hjc5rymkh9gz0gqf0b337wgyhnpzpi80sljfalpmpwfhyzk9vsb"))))
|
||||||
(properties `((upstream-name . "httr2")))
|
(properties `((upstream-name . "httr2")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue