guix-commits
[Top][All Lists]
Advanced

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

10/15: gnu: r-impute: Update to 1.46.0.


From: Ricardo Wurmus
Subject: 10/15: gnu: r-impute: Update to 1.46.0.
Date: Mon, 16 May 2016 19:00:20 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit d1bff89d2670edb971fefb953517c1b7ea25c6f0
Author: Ricardo Wurmus <address@hidden>
Date:   Tue May 10 12:02:48 2016 +0200

    gnu: r-impute: Update to 1.46.0.
    
    * gnu/packages/bioinformatics.scm (r-impute): Update to 1.46.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 e4a3711..b8a1e7dc 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4662,13 +4662,13 @@ genome data packages and support for efficient SNP 
representation.")
 (define-public r-impute
   (package
     (name "r-impute")
-    (version "1.44.0")
+    (version "1.46.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "impute" version))
               (sha256
                (base32
-                "0y4x5jk7gsf4xn56jrkdcdnxpcfll4h6ivncd7n4snmzixldvmvw"))))
+                "0v9ibgv8kp8il52miz7b7z65mv6irqxylx6lfzkxgvxd970dgrz0"))))
     (inputs
      `(("gfortran" ,gfortran)))
     (build-system r-build-system)



reply via email to

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