mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-vegan: Update to 2.4-6.
* gnu/packages/bioinformatics.scm (r-vegan): Update to 2.4-6.
This commit is contained in:
parent
0f001b3c5a
commit
2e9da3390c
1 changed files with 2 additions and 2 deletions
|
@ -5849,14 +5849,14 @@ information as possible.")
|
||||||
(define-public r-vegan
|
(define-public r-vegan
|
||||||
(package
|
(package
|
||||||
(name "r-vegan")
|
(name "r-vegan")
|
||||||
(version "2.4-5")
|
(version "2.4-6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "vegan" version))
|
(uri (cran-uri "vegan" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cyyvn3xsjn24w590jn6z4xajafv7yzvj6c51vqi9q6m8v5831ya"))))
|
"175mqr42mmxy98gpf3rky8alnkw3w1k90ggdw3cispl36841p76w"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gfortran" ,gfortran)))
|
`(("gfortran" ,gfortran)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue