mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-rio: Update to 0.5.29.
* gnu/packages/cran.scm (r-rio): Update to 0.5.29.
This commit is contained in:
parent
1875cd2a5d
commit
655aac7d3a
1 changed files with 2 additions and 2 deletions
|
@ -7537,14 +7537,14 @@ (define-public r-openxlsx
|
|||
(define-public r-rio
|
||||
(package
|
||||
(name "r-rio")
|
||||
(version "0.5.27")
|
||||
(version "0.5.29")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rio" version))
|
||||
(sha256
|
||||
(base32
|
||||
"02nxwg1d2m1h09a6ismhcp71gmq1c8rhbbl98if2v7xsvdn63sz0"))))
|
||||
"04jlrhyl0791yxwcpp1s8p1hhkljnijlc5iaxpk56h41w63k39lz"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-curl" ,r-curl)
|
||||
|
|
Loading…
Reference in a new issue