gnu: vcftools: Update to 0.1.15.

* gnu/packages/bioinformatics.scm (vcftools): Update to 0.1.15.
This commit is contained in:
Roel Janssen 2017-05-01 16:18:39 +02:00
parent fa936915ce
commit f432254237
No known key found for this signature in database
GPG Key ID: C3EC1DCA843072E1
1 changed files with 2 additions and 2 deletions

View File

@ -5271,7 +5271,7 @@ Cuffdiff or Ballgown programs.")
(define-public vcftools (define-public vcftools
(package (package
(name "vcftools") (name "vcftools")
(version "0.1.14") (version "0.1.15")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -5279,7 +5279,7 @@ Cuffdiff or Ballgown programs.")
version "/vcftools-" version ".tar.gz")) version "/vcftools-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"10l5c07z9p4i9pr4gl54b2c9h6ndhqlbq1rashg2zcgwkbfrkmvn")))) "1qw30c45wihgy632rbz4rh3njnwj4msj46l1rsgdhyg6bgypmr1i"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no "check" target `(#:tests? #f ; no "check" target