gnu: r-vegan: Update to 2.4-6.

* gnu/packages/bioinformatics.scm (r-vegan): Update to 2.4-6.
This commit is contained in:
Ricardo Wurmus 2018-02-13 15:54:09 +01:00
parent 0f001b3c5a
commit 2e9da3390c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5849,14 +5849,14 @@ information as possible.")
(define-public r-vegan
(package
(name "r-vegan")
(version "2.4-5")
(version "2.4-6")
(source
(origin
(method url-fetch)
(uri (cran-uri "vegan" version))
(sha256
(base32
"0cyyvn3xsjn24w590jn6z4xajafv7yzvj6c51vqi9q6m8v5831ya"))))
"175mqr42mmxy98gpf3rky8alnkw3w1k90ggdw3cispl36841p76w"))))
(build-system r-build-system)
(native-inputs
`(("gfortran" ,gfortran)))