mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: r-foreign: Update to 0.8-81.
* gnu/packages/statistics.scm (r-foreign): Update to 0.8-81.
This commit is contained in:
parent
44d6092022
commit
627e15e1e7
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;; Copyright © 2015 Vicente Vera Parra <vicentemvp@gmail.com>
|
;;; Copyright © 2015 Vicente Vera Parra <vicentemvp@gmail.com>
|
||||||
;;; Copyright © 2016 Andreas Enge <andreas@enge.fr>
|
;;; Copyright © 2016 Andreas Enge <andreas@enge.fr>
|
||||||
;;; Copyright © 2016, 2017, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2016, 2017, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
|
||||||
|
@ -522,14 +522,14 @@ (define-public r-codetools
|
||||||
(define-public r-foreign
|
(define-public r-foreign
|
||||||
(package
|
(package
|
||||||
(name "r-foreign")
|
(name "r-foreign")
|
||||||
(version "0.8-80")
|
(version "0.8-81")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "foreign" version))
|
(uri (cran-uri "foreign" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wjdi3qn9famsxmpdyyahidaid0yhxlpx4ad9k8vrxhxd6xspasp"))))
|
"0b4rca1bl8xxna05057hchbwfmgjgx0n140szabpc0raizqzks0s"))))
|
||||||
(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