guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: r-rsamtools: Update to 1.26.2.


From: Ricardo Wurmus
Subject: 03/03: gnu: r-rsamtools: Update to 1.26.2.
Date: Sun, 9 Apr 2017 07:35:04 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 6acdff587579a5cf97bcb698ad61cd8cc2ade088
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Apr 9 13:01:09 2017 +0200

    gnu: r-rsamtools: Update to 1.26.2.
    
    * gnu/packages/bioinformatics.scm (r-rsamtools): Update to 1.26.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 34b4f73..ce93717 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6612,13 +6612,13 @@ biological sequences or sets of sequences.")
 (define-public r-rsamtools
   (package
     (name "r-rsamtools")
-    (version "1.26.1")
+    (version "1.26.2")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "Rsamtools" version))
               (sha256
                (base32
-                "0pf4f6brf4bl5zgjrah0f38qslazrs49ayqgyh0xfqgrh63yx4ck"))))
+                "118nsajgghi4cy3h0wi7777kc70a5j1fdyxv5n1dy01glix2z4qk"))))
     (properties
      `((upstream-name . "Rsamtools")))
     (build-system r-build-system)



reply via email to

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