guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: bamtools: Update to 2.4.1.


From: Ricardo Wurmus
Subject: 01/01: gnu: bamtools: Update to 2.4.1.
Date: Tue, 28 Feb 2017 06:10:17 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 48d66a9c99a9cc8e9c27c9608da7e8729be206b4
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Feb 27 18:43:12 2017 +0100

    gnu: bamtools: Update to 2.4.1.
    
    * gnu/packages/bioinformatics.scm (bamtools): Update to 2.4.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 a448b51..1810773 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -238,7 +238,7 @@ instance, it implements several methods to assess 
contig-wise read coverage.")
 (define-public bamtools
   (package
     (name "bamtools")
-    (version "2.3.0")
+    (version "2.4.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -247,7 +247,7 @@ instance, it implements several methods to assess 
contig-wise read coverage.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1brry29bw2xr2l9pqn240rkqwayg85b8qq78zk2zs6nlspk4d018"))))
+                "0jr024kcrhjb82cm69i7p5fcg5375zlc1h3qh2n1v368hcd0qflk"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ;no "check" target



reply via email to

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