guix-commits
[Top][All Lists]
Advanced

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

106/215: gnu: r-impute: Update to 1.58.0.


From: guix-commits
Subject: 106/215: gnu: r-impute: Update to 1.58.0.
Date: Sun, 5 May 2019 18:15:49 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 82d9340b0cb114b8950341a32f9a737dc1fea381
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:51:04 2019 +0200

    gnu: r-impute: Update to 1.58.0.
    
    * gnu/packages/bioinformatics.scm (r-impute): Update to 1.58.0.
    [inputs]: Move gfortran from here...
    [native-inputs]: ...to here.
---
 gnu/packages/bioinformatics.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index df51a78..83299ac 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8048,14 +8048,14 @@ genome data packages and support for efficient SNP 
representation.")
 (define-public r-impute
   (package
     (name "r-impute")
-    (version "1.56.0")
+    (version "1.58.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "impute" version))
               (sha256
                (base32
-                "08z0pj1dz5iq967nwj67qyka7ir7m5an2ggv7bsrlz3apzfsla33"))))
-    (inputs
+                "144jb889979cv3il2zxqk724v3sj1wnzjm3lkspxcvk29dbb9q8j"))))
+    (native-inputs
      `(("gfortran" ,gfortran)))
     (build-system r-build-system)
     (home-page "https://bioconductor.org/packages/impute";)



reply via email to

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