guix-commits
[Top][All Lists]
Advanced

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

141/265: gnu: r-rsamtools: Update to 2.2.1.


From: guix-commits
Subject: 141/265: gnu: r-rsamtools: Update to 2.2.1.
Date: Sun, 15 Dec 2019 09:40:24 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit e1d681e2af58510133369b9999505b4116956b4b
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:12:35 2019 +0100

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



reply via email to

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