[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/150: gnu: r-foreign: Update to 0.8-81.
From: |
guix-commits |
Subject: |
06/150: gnu: r-foreign: Update to 0.8-81. |
Date: |
Wed, 20 Jan 2021 11:20:35 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 627e15e1e7be070c8ff5adb080a5ec251499123f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 20 15:26:17 2021 +0100
gnu: r-foreign: Update to 0.8-81.
* gnu/packages/statistics.scm (r-foreign): Update to 0.8-81.
---
gnu/packages/statistics.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index e3db090..659ca68 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1,5 +1,5 @@
;;; 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 © 2016 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2016, 2017, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
@@ -522,14 +522,14 @@ code for possible problems.")
(define-public r-foreign
(package
(name "r-foreign")
- (version "0.8-80")
+ (version "0.8-81")
(source
(origin
(method url-fetch)
(uri (cran-uri "foreign" version))
(sha256
(base32
- "0wjdi3qn9famsxmpdyyahidaid0yhxlpx4ad9k8vrxhxd6xspasp"))))
+ "0b4rca1bl8xxna05057hchbwfmgjgx0n140szabpc0raizqzks0s"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/foreign")
(synopsis "Read data stored by other statistics software")
- branch master updated (c67ff56 -> ee3bae2), guix-commits, 2021/01/20
- 01/150: gnu: Add r-credentials., guix-commits, 2021/01/20
- 03/150: gnu: Add r-lightgbm., guix-commits, 2021/01/20
- 04/150: gnu: Add r-scattermore., guix-commits, 2021/01/20
- 05/150: gnu: Add r-labelled., guix-commits, 2021/01/20
- 02/150: gnu: Add r-gert., guix-commits, 2021/01/20
- 06/150: gnu: r-foreign: Update to 0.8-81.,
guix-commits <=
- 09/150: gnu: r-diffobj: Update to 0.3.3., guix-commits, 2021/01/20
- 12/150: gnu: r-jsonlite: Update to 1.7.2., guix-commits, 2021/01/20
- 07/150: gnu: r-httpuv: Update to 1.5.5., guix-commits, 2021/01/20
- 08/150: import/cran: Add more invalid package names to ignore., guix-commits, 2021/01/20
- 10/150: gnu: r-rticles: Update to 0.18., guix-commits, 2021/01/20
- 11/150: gnu: r-mboost: Update to 2.9-4., guix-commits, 2021/01/20
- 15/150: gnu: r-htmlwidgets: Update to 1.5.3., guix-commits, 2021/01/20
- 16/150: gnu: r-crosstalk: Update to 1.1.1., guix-commits, 2021/01/20
- 14/150: gnu: r-htmltools: Update to 0.5.1., guix-commits, 2021/01/20
- 20/150: gnu: r-circlize: Update to 0.4.12., guix-commits, 2021/01/20