guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

17/77: gnu: r-vegan: Update to 2.4-6.


From: Ricardo Wurmus
Subject: 17/77: gnu: r-vegan: Update to 2.4-6.
Date: Tue, 13 Feb 2018 10:19:30 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 2e9da3390cd397ab3861d2fe9662f89c6b9d3913
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Feb 13 15:54:09 2018 +0100

    gnu: r-vegan: Update to 2.4-6.
    
    * gnu/packages/bioinformatics.scm (r-vegan): Update to 2.4-6.
---
 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 ea92e93..613f238 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]