guix-commits
[Top][All Lists]
Advanced

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

32/49: gnu: r-rsamtools: Update to 1.26.1.


From: Ricardo Wurmus
Subject: 32/49: gnu: r-rsamtools: Update to 1.26.1.
Date: Wed, 26 Oct 2016 07:29:06 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit c0ccef41ae145fe8da7c8368073acbeb50973be1
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Oct 26 08:59:39 2016 +0200

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



reply via email to

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