me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/bioinformatics.scm (r-vegan): Update to 2.4-1.
master
Ricardo Wurmus 2016-09-12 15:05:26 +02:00
parent 02a87536bf
commit 2c575bb9a2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4923,14 +4923,14 @@ sequence.")
(define-public r-vegan
(package
(name "r-vegan")
(version "2.4-0")
(version "2.4-1")
(source
(origin
(method url-fetch)
(uri (cran-uri "vegan" version))
(sha256
(base32
"10cygzkyg2m0y054ygivqxrkvqz792qsg6bmbdfzaqq37qv4wc7z"))))
"0i0c7rc0nzgbysd1nlxzxd2rvy75qcnw3yc7nggzqjzzj5d7yzsd"))))
(build-system r-build-system)
(arguments
`(#:phases