[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"
- branch master updated (664692c -> c37c8ef), guix-commits, 2019/10/18
- 01/24: gnu: bowtie1: Update to 1.2.3.,
guix-commits <=
- 03/24: gnu: r-mlinterfaces: Update to 1.64.1., guix-commits, 2019/10/18
- 04/24: gnu: r-rhtslib: Update to 1.16.3., guix-commits, 2019/10/18
- 06/24: gnu: r-keggrest: Update to 1.24.1., guix-commits, 2019/10/18
- 09/24: gnu: r-gwascat: Update to 2.16.1., guix-commits, 2019/10/18
- 05/24: gnu: r-rhdf5: Update to 2.28.1., guix-commits, 2019/10/18
- 02/24: gnu: r-rsamtools: Update to 2.0.3., guix-commits, 2019/10/18
- 08/24: gnu: r-ldblock: Update to 1.14.3., guix-commits, 2019/10/18
- 10/24: gnu: r-hdf5array: Update to 1.12.3., guix-commits, 2019/10/18
- 12/24: gnu: r-htmlwidgets: Update to 1.5.1., guix-commits, 2019/10/18
- 17/24: gnu: r-units: Update to 0.6-5., guix-commits, 2019/10/18