mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-curl: Update to 5.2.0.
* gnu/packages/cran.scm (r-curl): Update to 5.2.0. Change-Id: I793998e996e00eb7404d00d7d3f07bfa00d63940
This commit is contained in:
parent
1f70eaa334
commit
058e3a34f8
1 changed files with 2 additions and 2 deletions
|
@ -4335,13 +4335,13 @@ (define-public r-htmltable
|
|||
(define-public r-curl
|
||||
(package
|
||||
(name "r-curl")
|
||||
(version "5.1.0")
|
||||
(version "5.2.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "curl" version))
|
||||
(sha256
|
||||
(base32
|
||||
"15xsxirb5k4pqc8v5kg0i3v1pnhy4wzcljxagp703gc59fl8s8ap"))))
|
||||
"12gldddkfkdwm6h0lb1pjrcpqc9kmqwfwz18wn9brilzbw8s9nxz"))))
|
||||
(properties
|
||||
`((upstream-name . "curl")
|
||||
(updater-extra-inputs . ("curl"))))
|
||||
|
|
Loading…
Reference in a new issue