guix-commits
[Top][All Lists]
Advanced

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

40/63: gnu: r-impute: Update to 1.50.0.


From: Roel Janssen
Subject: 40/63: gnu: r-impute: Update to 1.50.0.
Date: Fri, 28 Apr 2017 05:06:05 -0400 (EDT)

roelj pushed a commit to branch master
in repository guix.

commit 5999359f568dbf7ce3b3908565a0bafde103cba3
Author: Roel Janssen <address@hidden>
Date:   Fri Apr 28 10:45:10 2017 +0200

    gnu: r-impute: Update to 1.50.0.
    
    * gnu/packages/bioinformatics.scm (r-impute): Update to 1.50.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 49cc1b4..5a88188 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7023,13 +7023,13 @@ genome data packages and support for efficient SNP 
representation.")
 (define-public r-impute
   (package
     (name "r-impute")
-    (version "1.48.0")
+    (version "1.50.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "impute" version))
               (sha256
                (base32
-                "1164zvnikbjd0ybdn9xwn520rlmdjd824vmhnl83zgv3v9lzp9bm"))))
+                "0va45vfixy3np549md87h3b3rbavm54gfnmnjhpr9hf02lll6zxs"))))
     (inputs
      `(("gfortran" ,gfortran)))
     (build-system r-build-system)



reply via email to

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