guix-commits
[Top][All Lists]
Advanced

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

10/15: gnu: r-rsamtools: Update to 2.2.2.


From: guix-commits
Subject: 10/15: gnu: r-rsamtools: Update to 2.2.2.
Date: Wed, 19 Feb 2020 17:01:36 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 154babb9c4af1bbe4ba8cd1a51ef899e70a8965a
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Wed Feb 19 23:00:31 2020 +0100

    gnu: r-rsamtools: Update to 2.2.2.
    
    * gnu/packages/bioinformatics.scm (r-rsamtools): Update to 2.2.2.
---
 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 5199d57..0c36b66 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7751,13 +7751,13 @@ biological sequences or sets of sequences.")
 (define-public r-rsamtools
   (package
     (name "r-rsamtools")
-    (version "2.2.1")
+    (version "2.2.2")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "Rsamtools" version))
               (sha256
                (base32
-                "0hpdc88prpq1gcja89n5s1ndcg81523qrkbkm9gbhm7rm8wmi8cl"))))
+                "1larx1a9cngmcsm2n7yyxrlnk69zi8m9dp3b90jva0ynspyi76v7"))))
     (properties
      `((upstream-name . "Rsamtools")))
     (build-system r-build-system)



reply via email to

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