mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: Add htslib-1.10.
* gnu/packages/bioinformatics.scm (htslib-1.10): New variable.
This commit is contained in:
parent
309b38bed6
commit
cc4906d13b
1 changed files with 13 additions and 0 deletions
|
@ -4652,6 +4652,19 @@ (define-public htslib
|
||||||
;; the rest is released under the Expat license
|
;; the rest is released under the Expat license
|
||||||
(license (list license:expat license:bsd-3))))
|
(license (list license:expat license:bsd-3))))
|
||||||
|
|
||||||
|
(define-public htslib-1.10
|
||||||
|
(package (inherit htslib)
|
||||||
|
(name "htslib")
|
||||||
|
(version "1.10")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append
|
||||||
|
"https://github.com/samtools/htslib/releases/download/"
|
||||||
|
version "/htslib-" version ".tar.bz2"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0wm9ay7qgypj3mwx9zl1mrpnr36298b1aj5vx69l4k7bzbclvr3s"))))))
|
||||||
|
|
||||||
(define-public htslib-1.9
|
(define-public htslib-1.9
|
||||||
(package (inherit htslib)
|
(package (inherit htslib)
|
||||||
(name "htslib")
|
(name "htslib")
|
||||||
|
|
Loading…
Reference in a new issue