guix-commits
[Top][All Lists]
Advanced

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

02/15: gnu: r-rsamtools: Update to 2.0.2.


From: guix-commits
Subject: 02/15: gnu: r-rsamtools: Update to 2.0.2.
Date: Sun, 6 Oct 2019 17:08:58 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 94638cbe77f070645dbbeb983e1e8db8917c1be9
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Oct 6 23:03:39 2019 +0200

    gnu: r-rsamtools: Update to 2.0.2.
    
    * gnu/packages/bioinformatics.scm (r-rsamtools): Update to 2.0.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 93a458b..e4cfa0c 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7742,13 +7742,13 @@ biological sequences or sets of sequences.")
 (define-public r-rsamtools
   (package
     (name "r-rsamtools")
-    (version "2.0.1")
+    (version "2.0.2")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "Rsamtools" version))
               (sha256
                (base32
-                "0wzp5vsmqs7h44r7lcw8fnz5x9bcdcfiqq8d3h62wwibyk2lg0w1"))))
+                "188k5g40lbli7dxr96hldyvg9r9hmlbh2fp0qs5nnd12b8zbf338"))))
     (properties
      `((upstream-name . "Rsamtools")))
     (build-system r-build-system)



reply via email to

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