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

* gnu/packages/bioinformatics.scm (r-vegan): Update to 2.5-3.
This commit is contained in:
Ricardo Wurmus 2018-10-30 07:44:20 +01:00
parent 696e1ce263
commit 192c19f484
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6292,14 +6292,14 @@ information as possible.")
(define-public r-vegan
(package
(name "r-vegan")
(version "2.5-2")
(version "2.5-3")
(source
(origin
(method url-fetch)
(uri (cran-uri "vegan" version))
(sha256
(base32
"13pyqvlpz64qibi8k5d109v7q09j06mbv6ndix3n4cn21mjx391c"))))
"023xznh0iy0496icpchadmp7a3rk3nj9s48fvwlvp3dssw58yp3c"))))
(build-system r-build-system)
(native-inputs
`(("gfortran" ,gfortran)))