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 @@ LaTeX.")
|
||||||
(define-public r-curl
|
(define-public r-curl
|
||||||
(package
|
(package
|
||||||
(name "r-curl")
|
(name "r-curl")
|
||||||
(version "5.1.0")
|
(version "5.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "curl" version))
|
(uri (cran-uri "curl" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15xsxirb5k4pqc8v5kg0i3v1pnhy4wzcljxagp703gc59fl8s8ap"))))
|
"12gldddkfkdwm6h0lb1pjrcpqc9kmqwfwz18wn9brilzbw8s9nxz"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "curl")
|
`((upstream-name . "curl")
|
||||||
(updater-extra-inputs . ("curl"))))
|
(updater-extra-inputs . ("curl"))))
|
||||||
|
|
Reference in a new issue