guix-commits
[Top][All Lists]
Advanced

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

235/289: gnu: r-rsamtools: Update to 2.6.0.


From: guix-commits
Subject: 235/289: gnu: r-rsamtools: Update to 2.6.0.
Date: Fri, 6 Nov 2020 18:05:15 -0500 (EST)

rekado pushed a commit to branch wip-r
in repository guix.

commit 75bc5a68b09c8f932255b82cc3a9d1424599ba2c
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:59:00 2020 +0100

    gnu: r-rsamtools: Update to 2.6.0.
    
    * gnu/packages/bioinformatics.scm (r-rsamtools): Update to 2.6.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 0dfdb09..bed6885 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8030,13 +8030,13 @@ biological sequences or sets of sequences.")
 (define-public r-rsamtools
   (package
     (name "r-rsamtools")
-    (version "2.4.0")
+    (version "2.6.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "Rsamtools" version))
               (sha256
                (base32
-                "0z01z0s71f941k7sns46nyabps28c69d6jxx6sppjpc6h4vrw0vq"))))
+                "040pggkwglc6wy90qnc7xcdnaj0v3iqlykvvsl74241409qly554"))))
     (properties
      `((upstream-name . "Rsamtools")))
     (build-system r-build-system)



reply via email to

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