mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: seqmagick: Update to 0.8.4.
* gnu/packages/bioinformatics.scm (seqmagick): Update to 0.8.4. [build-system]: Use pyproject-build-system. [inputs]: Add python-pygtrie. [native-inputs]: Replace python-nose with python-pytest.
This commit is contained in:
parent
9bf2101049
commit
1369b53d49
1 changed files with 5 additions and 5 deletions
|
@ -6945,19 +6945,19 @@ (define-public seqan-1
|
|||
(define-public seqmagick
|
||||
(package
|
||||
(name "seqmagick")
|
||||
(version "0.8.0")
|
||||
(version "0.8.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "seqmagick" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0pf98da7i59q47gwrbx0wjk6xlvbybiwphw80w7h4ydjj0579a2b"))))
|
||||
(build-system python-build-system)
|
||||
"0c6skyig8fyylnbj4597pjj9h0dn36rkxrhwd34yrsc6k6f7r8a0"))))
|
||||
(build-system pyproject-build-system)
|
||||
(inputs
|
||||
(list python-biopython))
|
||||
(list python-biopython python-pygtrie))
|
||||
(native-inputs
|
||||
(list python-nose))
|
||||
(list python-pytest))
|
||||
(home-page "https://github.com/fhcrc/seqmagick")
|
||||
(synopsis "Tools for converting and modifying sequence files")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue