guix-commits
[Top][All Lists]
Advanced

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

01/24: gnu: bowtie1: Update to 1.2.3.


From: guix-commits
Subject: 01/24: gnu: bowtie1: Update to 1.2.3.
Date: Fri, 18 Oct 2019 14:35:40 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 195b18b58e86273675b7df5414abbf1a7ea0b6ef
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Oct 18 18:45:45 2019 +0200

    gnu: bowtie1: Update to 1.2.3.
    
    * gnu/packages/bioinformatics.scm (bowtie1): Update to 1.2.3.
---
 gnu/packages/bioinformatics.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 5f57a59..4e6e34a 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1556,14 +1556,14 @@ gapped, local, and paired-end alignment modes.")
 (define-public bowtie1
   (package
     (name "bowtie1")
-    (version "1.2.2")
+    (version "1.2.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/bowtie-bio/bowtie/"
-                                  version "/bowtie-" version "-src.zip"))
+                                  version "/bowtie-src-x86_64.zip"))
               (sha256
                (base32
-                "1jl2cj9bz8lwz8dwnxbycn8yp8g4kky62fkcxifyf1ri0y6n2vc0"))
+                "0vmiqdhc9dzyfy9sh6vgi7k9xy2hiw8g87vbamnc6cgpm179zsa4"))
               (modules '((guix build utils)))
               (snippet
                '(substitute* "Makefile"



reply via email to

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