mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -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
|
(define-public seqmagick
|
||||||
(package
|
(package
|
||||||
(name "seqmagick")
|
(name "seqmagick")
|
||||||
(version "0.8.0")
|
(version "0.8.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "seqmagick" version))
|
(uri (pypi-uri "seqmagick" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pf98da7i59q47gwrbx0wjk6xlvbybiwphw80w7h4ydjj0579a2b"))))
|
"0c6skyig8fyylnbj4597pjj9h0dn36rkxrhwd34yrsc6k6f7r8a0"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list python-biopython))
|
(list python-biopython python-pygtrie))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-nose))
|
(list python-pytest))
|
||||||
(home-page "https://github.com/fhcrc/seqmagick")
|
(home-page "https://github.com/fhcrc/seqmagick")
|
||||||
(synopsis "Tools for converting and modifying sequence files")
|
(synopsis "Tools for converting and modifying sequence files")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue