[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/05: gnu: samtools: Update to 1.7.
From: |
Ricardo Wurmus |
Subject: |
05/05: gnu: samtools: Update to 1.7. |
Date: |
Tue, 6 Mar 2018 10:03:15 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit c072cf57b927111d9a63b7349074052cb696280b
Author: Ricardo Wurmus <address@hidden>
Date: Tue Mar 6 15:50:32 2018 +0100
gnu: samtools: Update to 1.7.
* gnu/packages/bioinformatics.scm (samtools): Update to 1.7.
---
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 c098562..546b240 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4896,7 +4896,7 @@ to the user's query of interest.")
(define-public samtools
(package
(name "samtools")
- (version "1.5")
+ (version "1.7")
(source
(origin
(method url-fetch)
@@ -4905,7 +4905,7 @@ to the user's query of interest.")
version "/samtools-" version ".tar.bz2"))
(sha256
(base32
- "1xidmv0jmfy7l0kb32hdnlshcxgzi1hmygvig0cqrq1fhckdlhl5"))))
+ "18acyqysbxpydlc44lqv2hpp57l06bs9a3yqmcvjk8va2xrrdc77"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((ice-9 ftw)