gnu: ngs-sdk: Update to 1.2.2.
* gnu/packages/bioinformatics.scm (ngs-sdk): Update to 1.2.2.
This commit is contained in:
parent
2c84ba7e11
commit
d6a1cd7cae
|
@ -2335,7 +2335,7 @@ Roche 454, Ion Torrent and Pacific BioSciences SMRT.")
|
|||
(define-public ngs-sdk
|
||||
(package
|
||||
(name "ngs-sdk")
|
||||
(version "1.1.1")
|
||||
(version "1.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2345,7 +2345,7 @@ Roche 454, Ion Torrent and Pacific BioSciences SMRT.")
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1x58gpm574n0xmk2a98gmikbgycq78ia0bvnb42k5ck34fmd5v8y"))))
|
||||
"0rvq61zfw2h9jcz6a33b9xrl20r7s5a9rldvv6rs2qy42khpmf5j"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:parallel-build? #f ; not supported
|
||||
|
|
Loading…
Reference in New Issue