1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-vegan: Update to 2.7-3.

* gnu/packages/cran.scm (r-vegan): Update to 2.7-3.

Change-Id: Ife9607438db6d1cb4e9cb9de5671d257d49365b2
This commit is contained in:
Ricardo Wurmus
2026-03-08 18:28:39 +01:00
parent 9961c9b818
commit 7785ea071f

View File

@@ -12768,14 +12768,14 @@ Analysis Approach Using R. Chapman-Hall, 2019,
(define-public r-vegan
(package
(name "r-vegan")
(version "2.7-2")
(version "2.7-3")
(source
(origin
(method url-fetch)
(uri (cran-uri "vegan" version))
(sha256
(base32
"1d2wckrdkj302dfj9jh62292fxjvlk7kf66sf1ayphin3n2dl41x"))))
"0wh72b8sa1x94b6m4kwd78274y0laf4ccfhsw4jzp2zkx1s1zk0z"))))
(build-system r-build-system)
(native-inputs
(list gfortran r-compositions r-knitr))