me
/
guix
Archived
1
0
Fork 0

gnu: Update htslib to 1.11.

* gnu/packages/bioinformatics.scm (htslib): Update to 1.11.
master
Roel Janssen 2020-10-29 11:41:27 +01:00
parent 5796a6abb1
commit f40add4dbb
No known key found for this signature in database
GPG Key ID: CBD0CD5138C19AFC
1 changed files with 2 additions and 2 deletions

View File

@ -4215,7 +4215,7 @@ performance.")
(define-public htslib (define-public htslib
(package (package
(name "htslib") (name "htslib")
(version "1.9") (version "1.11")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -4223,7 +4223,7 @@ performance.")
version "/htslib-" version ".tar.bz2")) version "/htslib-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"16ljv43sc3fxmv63w7b2ff8m1s7h89xhazwmbm1bicz8axq8fjz0")))) "1mrq4mihzx37yqhj3sfz6da6mw49niia808bzsw2gkkgmadxvyng"))))
(build-system gnu-build-system) (build-system gnu-build-system)
;; Let htslib translate "gs://" and "s3://" to regular https links with ;; Let htslib translate "gs://" and "s3://" to regular https links with
;; "--enable-gcs" and "--enable-s3". For these options to work, we also ;; "--enable-gcs" and "--enable-s3". For these options to work, we also