mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-curl: Update to 3.1.
* gnu/packages/web.scm (r-curl): Update to 3.1.
This commit is contained in:
parent
f9f1291bc0
commit
5378f38332
1 changed files with 2 additions and 2 deletions
|
@ -3907,13 +3907,13 @@ (define-public r-htmltable
|
||||||
(define-public r-curl
|
(define-public r-curl
|
||||||
(package
|
(package
|
||||||
(name "r-curl")
|
(name "r-curl")
|
||||||
(version "3.0")
|
(version "3.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "curl" version))
|
(uri (cran-uri "curl" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01m52jz2q38yc32xbnmpm48hck2xj9fyhxq262p04y67gjpf7y3v"))))
|
"15fbjya2xrf2k9hhvg3frisrram4yk5wlfz67zj1z8ahpsb2a3r7"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in a new issue