me
/
guix
Archived
1
0
Fork 0

gnu: r-foreign: Update to 0.8-84.

* gnu/packages/statistics.scm (r-foreign): Update to 0.8-84.
Ricardo Wurmus 2022-12-19 17:07:31 +01:00
parent 0d37363e37
commit 7db010ad70
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -592,14 +592,14 @@ code for possible problems.")
(define-public r-foreign
(package
(name "r-foreign")
(version "0.8-83")
(version "0.8-84")
(source
(origin
(method url-fetch)
(uri (cran-uri "foreign" version))
(sha256
(base32
"06vj61h52idbjbgmbd6ml9541q3vr38j2gjvlkqbqsqbg0zygsl7"))))
"0jc5r5wiqqbkni2xjdd24hic1xvfi151m9lnqhni52jnqw1g7v8p"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/foreign")
(synopsis "Read data stored by other statistics software")