benwoodcroft pushed a commit to branch master
in repository guix.

commit c0dee46c85c9ae9f9b40f83f693f666fdd3e5d28
Author: Ben Woodcroft <[email protected]>
Date:   Sat Jan 21 18:17:16 2017 +1000

    gnu: r-vegan: Update to 2.4-2.
    
    * gnu/packages/bioinformatics.scm (r-vegan): Update to 2.4-2.
---
 gnu/packages/bioinformatics.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 1209eaf..3bf3521 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5290,14 +5290,14 @@ information as possible.")
 (define-public r-vegan
   (package
     (name "r-vegan")
-    (version "2.4-1")
+    (version "2.4-2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "vegan" version))
        (sha256
         (base32
-         "0i0c7rc0nzgbysd1nlxzxd2rvy75qcnw3yc7nggzqjzzj5d7yzsd"))))
+         "12wf64izrpq9z3ix7mgm5421mq0xsm8dw5qblvcrz452nfhjf5w9"))))
     (build-system r-build-system)
     (arguments
      `(#:phases

Reply via email to