guix-commits
[Top][All Lists]
Advanced

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

31/34: gnu: r-rsamtools: Update to 2.0.1.


From: guix-commits
Subject: 31/34: gnu: r-rsamtools: Update to 2.0.1.
Date: Sat, 28 Sep 2019 06:33:24 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 272cb5a23ff8cfd359206a3a54419fff228ae361
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Sep 28 12:23:26 2019 +0200

    gnu: r-rsamtools: Update to 2.0.1.
    
    * gnu/packages/bioinformatics.scm (r-rsamtools): Update to 2.0.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 ce94aa1..935d080 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.0")
+    (version "2.0.1")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "Rsamtools" version))
               (sha256
                (base32
-                "1nv5idyjk75mvl4np5sig0xa6qygm1ivj33k041ffyj19q8jf7ij"))))
+                "0wzp5vsmqs7h44r7lcw8fnz5x9bcdcfiqq8d3h62wwibyk2lg0w1"))))
     (properties
      `((upstream-name . "Rsamtools")))
     (build-system r-build-system)



reply via email to

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