[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/224: gnu: r-vegan: Update to 2.6-6.1.
From: |
guix-commits |
Subject: |
12/224: gnu: r-vegan: Update to 2.6-6.1. |
Date: |
Wed, 17 Jul 2024 17:18:32 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 9d211b613384e424b8e10e03ea45beb958624adc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 2 14:45:40 2024 +0200
gnu: r-vegan: Update to 2.6-6.1.
* gnu/packages/cran.scm (r-vegan): Update to 2.6-6.1.
Change-Id: I53d9c2bf8efae3df98d8919b1dc47dc0c5ce8701
---
gnu/packages/cran.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f7bec9f159..0900b29bd1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4122,18 +4122,17 @@ Analysis Approach Using R. Chapman-Hall, 2019,
(define-public r-vegan
(package
(name "r-vegan")
- (version "2.6-4")
+ (version "2.6-6.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "vegan" version))
(sha256
(base32
- "01hxlb5sy0d28ajq993fqs4z0qjcyl610d0ahjyjpbkrpszd92jx"))))
+ "0q0bp7xxmab1gcqk8wwm81sdvhccdvz5vqyn0grbwfb619q5wakx"))))
(build-system r-build-system)
(native-inputs
- (list r-knitr ; needed for vignettes
- gfortran))
+ (list gfortran r-knitr))
(propagated-inputs
(list r-cluster r-lattice r-mass r-mgcv r-permute))
(home-page "https://cran.r-project.org/web/packages/vegan")
- branch master updated (0efdf33d0e -> 7ccd8ade8b), guix-commits, 2024/07/17
- 02/224: gnu: Add r-clarabel., guix-commits, 2024/07/17
- 01/224: gnu: r-with-tests: Update to 4.4.1., guix-commits, 2024/07/17
- 03/224: gnu: Add r-countrycode., guix-commits, 2024/07/17
- 05/224: gnu: Add r-minty., guix-commits, 2024/07/17
- 07/224: gnu: apache-arrow: Update to 16.1.0., guix-commits, 2024/07/17
- 12/224: gnu: r-vegan: Update to 2.6-6.1.,
guix-commits <=
- 15/224: gnu: r-activepathways: Update to 2.0.4., guix-commits, 2024/07/17
- 11/224: gnu: r-nloptr: Update to 2.1.1., guix-commits, 2024/07/17
- 14/224: gnu: r-dsb: Update to 1.0.4., guix-commits, 2024/07/17
- 16/224: gnu: r-abn: Update to 3.1.1., guix-commits, 2024/07/17
- 17/224: gnu: r-cachem: Update to 1.1.0., guix-commits, 2024/07/17
- 21/224: gnu: r-correlation: Update to 0.8.5., guix-commits, 2024/07/17
- 09/224: gnu: liblantern: Update to 0.13.0., guix-commits, 2024/07/17
- 06/224: gnu: Add r-gparotation., guix-commits, 2024/07/17
- 10/224: gnu: r-torch: Update to 0.13.0., guix-commits, 2024/07/17
- 13/224: gnu: r-qs: Update to 0.26.3., guix-commits, 2024/07/17