guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: bwa: Update to 0.7.17.


From: Ben Woodcroft
Subject: 02/02: gnu: bwa: Update to 0.7.17.
Date: Tue, 24 Oct 2017 19:45:15 -0400 (EDT)

benwoodcroft pushed a commit to branch master
in repository guix.

commit 6f141eff47826065c934a233ae95a2dff4d61a70
Author: Ben Woodcroft <address@hidden>
Date:   Wed Oct 25 09:27:45 2017 +1000

    gnu: bwa: Update to 0.7.17.
    
    * gnu/packages/bioinformatics.scm (bwa): Update to 0.7.17.
---
 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 ba8cc08..43a00f1 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1315,7 +1315,7 @@ splice junctions between exons.")
 (define-public bwa
   (package
     (name "bwa")
-    (version "0.7.15")
+    (version "0.7.17")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1323,7 +1323,7 @@ splice junctions between exons.")
                     version "/bwa-" version ".tar.bz2"))
               (sha256
                (base32
-                "0585ikg0gv0mpyw9iq0bq9n0hr95867bbv8jbzs9pk4slkpsymig"))))
+                "1zfhv2zg9v1icdlq4p9ssc8k01mca5d1bd87w71py2swfi74s6yy"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f ;no "check" target



reply via email to

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