guix-commits
[Top][All Lists]
Advanced

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

241/323: gnu: r-rtracklayer: Update to 1.50.0.


From: guix-commits
Subject: 241/323: gnu: r-rtracklayer: Update to 1.50.0.
Date: Wed, 9 Dec 2020 06:47:35 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 92377e7fea9f5222607267aa5e3057f8b3113477
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:59:12 2020 +0100

    gnu: r-rtracklayer: Update to 1.50.0.
    
    * gnu/packages/bioinformatics.scm (r-rtracklayer): Update to 1.50.0.
---
 gnu/packages/bioinformatics.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 174a52d..976626e 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8385,13 +8385,13 @@ alignments.")
 (define-public r-rtracklayer
   (package
     (name "r-rtracklayer")
-    (version "1.48.0")
+    (version "1.50.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "rtracklayer" version))
               (sha256
                (base32
-                "1zcgk92sidhy4y7ws9ms4nkkh2hnccfhfh53qgna0kma9jy4v5xf"))))
+                "12zimhpdzjyzd81wrzz5hdbzvlgzcs22x1nnaf2jq4cba3ch5px8"))))
     (build-system r-build-system)
     (arguments
      `(#:phases
@@ -8418,7 +8418,8 @@ alignments.")
        ("r-rsamtools" ,r-rsamtools)
        ("r-s4vectors" ,r-s4vectors)
        ("r-xml" ,r-xml)
-       ("r-xvector" ,r-xvector)))
+       ("r-xvector" ,r-xvector)
+       ("r-zlibbioc" ,r-zlibbioc)))
     (home-page "https://bioconductor.org/packages/rtracklayer";)
     (synopsis "R interface to genome browsers and their annotation tracks")
     (description



reply via email to

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