gnu: r-foreign: Update to 0.8-85.
* gnu/packages/statistics.scm (r-foreign): Update to 0.8-85.
This commit is contained in:
parent
b832880b1e
commit
1a7612a64c
1 changed files with 2 additions and 2 deletions
|
@ -603,14 +603,14 @@ (define-public r-codetools
|
|||
(define-public r-foreign
|
||||
(package
|
||||
(name "r-foreign")
|
||||
(version "0.8-84")
|
||||
(version "0.8-85")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "foreign" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0jc5r5wiqqbkni2xjdd24hic1xvfi151m9lnqhni52jnqw1g7v8p"))))
|
||||
"1azca97fhwb1pzgrjw2xscfh2k7bfryp6wjsdcx2y4h7305d4ych"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/foreign")
|
||||
(synopsis "Read data stored by other statistics software")
|
||||
|
|
Loading…
Reference in a new issue