guix-commits
[Top][All Lists]
Advanced

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

259/296: gnu: r-gdsfmt: Update to 1.24.0.


From: guix-commits
Subject: 259/296: gnu: r-gdsfmt: Update to 1.24.0.
Date: Fri, 12 Jun 2020 19:30:45 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit f4954b0b57ed093383eff7f7c142632a51e9acad
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 01:02:56 2020 +0200

    gnu: r-gdsfmt: Update to 1.24.0.
    
    * gnu/packages/bioconductor.scm (r-gdsfmt): Update to 1.24.0.
    [native-inputs]: Add r-knitr.
---
 gnu/packages/bioconductor.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index e14ce13..4d6ae76 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6673,14 +6673,14 @@ metrics, with methods for objects produced by the 
@code{methylumi} and
 (define-public r-gdsfmt
   (package
     (name "r-gdsfmt")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "gdsfmt" version))
        (sha256
         (base32
-         "0zc9v62imd0ykz4h30pxa64q0y45qijmkwdk2pd4ncsg8fc2jlz9"))
+         "00hggma0i15w03xi9jr02v2593jbqkcxyfcvpp7mdzrshn99m9p6"))
        (modules '((guix build utils)))
        ;; Remove bundled sources of zlib, lz4, and xz.  Don't attempt to build
        ;; them and link with system libraries instead.
@@ -6710,6 +6710,8 @@ metrics, with methods for objects produced by the 
@code{methylumi} and
      `(("lz4" ,lz4)
        ("xz" ,xz)
        ("zlib" ,zlib)))
+    (native-inputs
+     `(("r-knitr" ,r-knitr)))
     (home-page "http://corearray.sourceforge.net/";)
     (synopsis
      "R Interface to CoreArray Genomic Data Structure (GDS) Files")



reply via email to

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