gnu: r-foreign: Update to 0.8-86.
* gnu/packages/statistics.scm (r-foreign): Update to 0.8-86. Change-Id: I8e7c48db539c69a710fc2b298b046e4335e33eeb
This commit is contained in:
parent
be7f1dba84
commit
84fb814d88
1 changed files with 2 additions and 2 deletions
|
@ -608,14 +608,14 @@ code for possible problems.")
|
||||||
(define-public r-foreign
|
(define-public r-foreign
|
||||||
(package
|
(package
|
||||||
(name "r-foreign")
|
(name "r-foreign")
|
||||||
(version "0.8-85")
|
(version "0.8-86")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "foreign" version))
|
(uri (cran-uri "foreign" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1azca97fhwb1pzgrjw2xscfh2k7bfryp6wjsdcx2y4h7305d4ych"))))
|
"1qf3x1vacc4sdcmw4mbh0251ii4xd8z1xmmd9isak75j100i4ad7"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://cran.r-project.org/web/packages/foreign")
|
(home-page "https://cran.r-project.org/web/packages/foreign")
|
||||||
(synopsis "Read data stored by other statistics software")
|
(synopsis "Read data stored by other statistics software")
|
||||||
|
|
Reference in a new issue