summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorBen Woodcroft <donttrustben@gmail.com>2017-06-27 08:18:04 +1000
committerBen Woodcroft <donttrustben@gmail.com>2017-07-23 10:29:35 +1000
commit4fb6d1280ec273c58812f0448c63717a90463745 (patch)
treeebab19377b0b7b8ca39ff3398a6f754409a9a28a /gnu/packages
parent60739965daf61150f07c7a505d682e65190733e0 (diff)
downloadpatches-4fb6d1280ec273c58812f0448c63717a90463745.tar
patches-4fb6d1280ec273c58812f0448c63717a90463745.tar.gz
gnu: htslib: Update to 1.5.
* gnu/packages/bioinformatics.scm (htslib): Update to 1.5.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/bioinformatics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index ee317e5bc9..0447626a4a 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3045,7 +3045,7 @@ manipulating HTS data.")
(define-public htslib
(package
(name "htslib")
- (version "1.4.1")
+ (version "1.5")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3053,7 +3053,7 @@ manipulating HTS data.")
version "/htslib-" version ".tar.bz2"))
(sha256
(base32
- "1crkk79kgxcmrkmh5f58c4k93w4rz6lp97sfsq3s6556zxcxvll5"))))
+ "0bcjmnbwp2bib1z1bkrp95w9v2syzdwdfqww10mkb1hxlmg52ax0"))))
(build-system gnu-build-system)
(arguments
`(#:phases