[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/77: gnu: r-gdata: Update to 3.0.0.
From: |
guix-commits |
Subject: |
01/77: gnu: r-gdata: Update to 3.0.0. |
Date: |
Wed, 25 Oct 2023 10:59:46 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit fda8b9e8deac121310b7f434f105f9f6ab51d440
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Oct 25 13:49:53 2023 +0200
gnu: r-gdata: Update to 3.0.0.
* gnu/packages/statistics.scm (r-gdata): Update to 3.0.0.
[inputs]: Remove perl.
Change-Id: If9a66e4c8a8030214d53d7b2934c79cd098a278c
---
gnu/packages/statistics.scm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 557b63aeae..d0ff093006 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -5164,17 +5164,15 @@ tests for whether a value is missing, empty or contains
only @code{NA} and
(define-public r-gdata
(package
(name "r-gdata")
- (version "2.19.0")
+ (version "3.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "gdata" version))
(sha256
(base32
- "1lv3cz990f7m2bfcf62fjm6wz6zd2ycrci06b7mfd0xmcn3bwifi"))))
+ "0zxi0634dkgczw7gicj8r6mhb83cpkxhsy2iivz0b9v52y9bjmm4"))))
(build-system r-build-system)
- (inputs
- (list perl))
(propagated-inputs
(list r-gtools))
(home-page "https://cran.r-project.org/web/packages/gdata")
- branch master updated (d461dd81cd -> fa849a177a), guix-commits, 2023/10/25
- 02/77: gnu: r-ggplot2: Update to 3.4.4., guix-commits, 2023/10/25
- 01/77: gnu: r-gdata: Update to 3.0.0.,
guix-commits <=
- 05/77: gnu: Add python-jupyterlite-core., guix-commits, 2023/10/25
- 03/77: gnu: r-httpuv: Update to 1.6.12., guix-commits, 2023/10/25
- 07/77: gnu: python-sphinx-gallery: Update to 0.14.0., guix-commits, 2023/10/25
- 06/77: gnu: Add python-jupyterlite-sphinx., guix-commits, 2023/10/25
- 04/77: gnu: Add r-deming., guix-commits, 2023/10/25
- 09/77: gnu: Add python-funsor., guix-commits, 2023/10/25
- 11/77: gnu: r-biomartr: Update to 1.0.6., guix-commits, 2023/10/25
- 10/77: gnu: r-covr: Update to 3.6.3., guix-commits, 2023/10/25
- 12/77: gnu: r-metap: Update to 1.9., guix-commits, 2023/10/25
- 08/77: gnu: Add python-assertpy., guix-commits, 2023/10/25