mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: r-rcurl: Update to 1.98-1.7.
* gnu/packages/statistics.scm (r-rcurl): Update to 1.98-1.7.
This commit is contained in:
parent
ebcb0aa321
commit
912792320a
1 changed files with 2 additions and 2 deletions
|
@ -2953,13 +2953,13 @@ (define-public r-rsqlite
|
|||
(define-public r-rcurl
|
||||
(package
|
||||
(name "r-rcurl")
|
||||
(version "1.98-1.6")
|
||||
(version "1.98-1.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RCurl" version))
|
||||
(sha256
|
||||
(base32
|
||||
"18nif4phr5vfhri07mnchiym0qfm31ak9nxvb2v9ac84mij6idbc"))))
|
||||
"138qfkw03j0g5wby24811w9f3virz1fxlgkgnavf6gv3c00jvhia"))))
|
||||
(properties `((upstream-name . "RCurl")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue