mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: r-curl: Update to 5.2.1.
* gnu/packages/cran.scm (r-curl): Update to 5.2.1. Change-Id: I3d2906ffaf2f17f70be10267017e31dec953ef76
This commit is contained in:
parent
fd5b1b5514
commit
e9edbab0db
1 changed files with 2 additions and 2 deletions
|
@ -4703,13 +4703,13 @@ LaTeX.")
|
|||
(define-public r-curl
|
||||
(package
|
||||
(name "r-curl")
|
||||
(version "5.2.0")
|
||||
(version "5.2.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "curl" version))
|
||||
(sha256
|
||||
(base32
|
||||
"12gldddkfkdwm6h0lb1pjrcpqc9kmqwfwz18wn9brilzbw8s9nxz"))))
|
||||
"147smp4am6z23c3j21bd0zcjxsmhnkkssn4wrlpwl6xa1264syja"))))
|
||||
(properties
|
||||
`((upstream-name . "curl")
|
||||
(updater-extra-inputs . ("curl"))))
|
||||
|
|
Loading…
Add table
Reference in a new issue