guix-commits
[Top][All Lists]
Advanced

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

37/296: gnu: r-rsamtools: Update to 2.4.0.


From: guix-commits
Subject: 37/296: gnu: r-rsamtools: Update to 2.4.0.
Date: Fri, 12 Jun 2020 19:29:32 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 1f9c87a442d4cd271334a1edae951b93eacf93e4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jun 12 16:12:40 2020 +0200

    gnu: r-rsamtools: Update to 2.4.0.
    
    * gnu/packages/bioinformatics.scm (r-rsamtools): Update to 2.4.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 4aadfbe..f1ac0a5 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8041,13 +8041,13 @@ biological sequences or sets of sequences.")
 (define-public r-rsamtools
   (package
     (name "r-rsamtools")
-    (version "2.2.3")
+    (version "2.4.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "Rsamtools" version))
               (sha256
                (base32
-                "1vj43acawqqkf9yval9fzxarpsf04fmn78m2hq4f083w1k0myhyr"))))
+                "0z01z0s71f941k7sns46nyabps28c69d6jxx6sppjpc6h4vrw0vq"))))
     (properties
      `((upstream-name . "Rsamtools")))
     (build-system r-build-system)



reply via email to

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