gnu: seqmagick: Update to 0.8.0.
* gnu/packages/bioinformatics.scm (seqmagick): Update to 0.8.0.master
parent
01d5eec92d
commit
44f93ed6ed
|
@ -6357,14 +6357,14 @@ bioinformatics file formats, sequence alignment, and more.")
|
|||
(define-public seqmagick
|
||||
(package
|
||||
(name "seqmagick")
|
||||
(version "0.7.0")
|
||||
(version "0.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "seqmagick" version))
|
||||
(sha256
|
||||
(base32
|
||||
"12bfyp8nqi0hd36rmj450aygafp01qy3hkbvlwn3bk39pyjjkgg5"))))
|
||||
"0pf98da7i59q47gwrbx0wjk6xlvbybiwphw80w7h4ydjj0579a2b"))))
|
||||
(build-system python-build-system)
|
||||
(inputs
|
||||
`(("python-biopython" ,python-biopython)))
|
||||
|
|
Reference in New Issue