guix-commits
[Top][All Lists]
Advanced

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

93/151: gnu: r-impute: Update to 1.56.0.


From: Ricardo Wurmus
Subject: 93/151: gnu: r-impute: Update to 1.56.0.
Date: Wed, 7 Nov 2018 06:28:52 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit d11bc259a80c6631be3ec4cab971f0cb9f4f2945
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Nov 7 12:06:30 2018 +0100

    gnu: r-impute: Update to 1.56.0.
    
    * gnu/packages/bioinformatics.scm (r-impute): Update to 1.56.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 fab8723..5d00589 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8019,13 +8019,13 @@ genome data packages and support for efficient SNP 
representation.")
 (define-public r-impute
   (package
     (name "r-impute")
-    (version "1.54.0")
+    (version "1.56.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "impute" version))
               (sha256
                (base32
-                "1d3cpfaqlq2gnb3hsc2yhxwkrnbd7m6ifif32yp0ya0jr5brl4hr"))))
+                "08z0pj1dz5iq967nwj67qyka7ir7m5an2ggv7bsrlz3apzfsla33"))))
     (inputs
      `(("gfortran" ,gfortran)))
     (build-system r-build-system)



reply via email to

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