gnu: ngs-sdk: Update to 1.2.5.

* gnu/packages/bioinformatics.scm (ngs-sdk): Update to 1.2.5.
This commit is contained in:
Ricardo Wurmus 2016-09-23 11:45:24 +02:00
parent 4781820147
commit 48b419ebd6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -4120,7 +4120,7 @@ Roche 454, Ion Torrent and Pacific BioSciences SMRT.")
(define-public ngs-sdk (define-public ngs-sdk
(package (package
(name "ngs-sdk") (name "ngs-sdk")
(version "1.2.3") (version "1.2.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -4130,7 +4130,7 @@ Roche 454, Ion Torrent and Pacific BioSciences SMRT.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"15074fdi94c6pjy83hhk22r86kfvzpaz2i07h3rqg9yy6x3w0pk2")))) "04y1fsmdnb5y86m3gg6f5g9wcscr6r25n7m8mdlcxy0i2q6w6cia"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:parallel-build? #f ; not supported `(#:parallel-build? #f ; not supported