guix-commits
[Top][All Lists]
Advanced

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

51/89: gnu: r-impute: Update to 1.52.0.


From: Ricardo Wurmus
Subject: 51/89: gnu: r-impute: Update to 1.52.0.
Date: Tue, 7 Nov 2017 02:44:57 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit e6ce4bf00d8597056f3de91fc1eb0fee2b8ec408
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Nov 6 21:41:20 2017 +0100

    gnu: r-impute: Update to 1.52.0.
    
    * gnu/packages/bioinformatics.scm (r-impute): Update to 1.52.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 163a28b..1ab5f98 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7376,13 +7376,13 @@ genome data packages and support for efficient SNP 
representation.")
 (define-public r-impute
   (package
     (name "r-impute")
-    (version "1.50.0")
+    (version "1.52.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "impute" version))
               (sha256
                (base32
-                "0va45vfixy3np549md87h3b3rbavm54gfnmnjhpr9hf02lll6zxs"))))
+                "0b8r4swvyx3cjcc2ky8yn0ncpzlbi1pgfsn3wpbjmhh7sqrffm2n"))))
     (inputs
      `(("gfortran" ,gfortran)))
     (build-system r-build-system)



reply via email to

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