mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-foreign: Update to 0.8-72.
* gnu/packages/statistics.scm (r-foreign): Update to 0.8-72.
This commit is contained in:
parent
6eccb0879f
commit
ecebfe51ce
1 changed files with 2 additions and 2 deletions
|
@ -502,14 +502,14 @@ (define-public r-codetools
|
||||||
(define-public r-foreign
|
(define-public r-foreign
|
||||||
(package
|
(package
|
||||||
(name "r-foreign")
|
(name "r-foreign")
|
||||||
(version "0.8-71")
|
(version "0.8-72")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "foreign" version))
|
(uri (cran-uri "foreign" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mv04w3ycz0ymsszn8aa87k6k5sb8mg8lhf1b8w4zpfrphpkkliv"))))
|
"124c9229is44p2rv7xyh2q86nsfi7vzyyh5n3c5ihziqrp4ig723"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Reference in a new issue