mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-curl: Update to 5.2.2.
* gnu/packages/cran.scm (r-curl): Update to 5.2.2. Change-Id: I3119a20a728813380fc3edfff56fe291c1802669
This commit is contained in:
parent
7e2eb7fb9d
commit
4f6017a2a5
1 changed files with 2 additions and 2 deletions
|
@ -5229,13 +5229,13 @@ (define-public r-htmltable
|
|||
(define-public r-curl
|
||||
(package
|
||||
(name "r-curl")
|
||||
(version "5.2.1")
|
||||
(version "5.2.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "curl" version))
|
||||
(sha256
|
||||
(base32
|
||||
"147smp4am6z23c3j21bd0zcjxsmhnkkssn4wrlpwl6xa1264syja"))))
|
||||
"1zqix8w6x7vrk5jsfjcjpxwsk8cqj33y5b22g1papqw9gl7m6n56"))))
|
||||
(properties
|
||||
`((upstream-name . "curl")
|
||||
(updater-extra-inputs . ("curl"))))
|
||||
|
|
Loading…
Reference in a new issue