guix-commits
[Top][All Lists]
Advanced

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

245/323: gnu: r-impute: Update to 1.64.0.


From: guix-commits
Subject: 245/323: gnu: r-impute: Update to 1.64.0.
Date: Wed, 9 Dec 2020 06:47:37 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit a180744b378aa72c24d6c92c4b3955f44694e9c6
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:59:25 2020 +0100

    gnu: r-impute: Update to 1.64.0.
    
    * gnu/packages/bioinformatics.scm (r-impute): Update to 1.64.0.
---
 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 3b4dd9b..586d149 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8564,13 +8564,13 @@ genome data packages and support for efficient SNP 
representation.")
 (define-public r-impute
   (package
     (name "r-impute")
-    (version "1.62.0")
+    (version "1.64.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "impute" version))
               (sha256
                (base32
-                "161p6l1cp3wwdynkxwvg0yhrh6yv20brdlplw5w5mavn4hf1nm0h"))))
+                "1pnjasw9i19nmxwjzrd9jbln31yc5jilfvwk414ya5zbqfsazvxa"))))
     (native-inputs
      `(("gfortran" ,gfortran)))
     (build-system r-build-system)



reply via email to

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