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

* gnu/packages/statistics.scm (r-foreign): Update to 0.8-71.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-20 19:22:36 +02:00
parent 6fb6ac6857
commit 4370881631
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -423,14 +423,14 @@ code for possible problems.")
(define-public r-foreign
(package
(name "r-foreign")
(version "0.8-70")
(version "0.8-71")
(source
(origin
(method url-fetch)
(uri (cran-uri "foreign" version))
(sha256
(base32
"11mql8q3i1q593dvd351fhvkvfab25li80d1ahl4xjjzy52qdkc6"))))
"1mv04w3ycz0ymsszn8aa87k6k5sb8mg8lhf1b8w4zpfrphpkkliv"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/foreign")
(synopsis "Read data stored by other statistics software")