mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: python-screed: Update to 1.1.3.
* gnu/packages/bioinformatics.scm (python-screed): Update to 1.1.3. [native-inputs]: Add python-importlib-resources, python-pycodestyle, python-pytest, python-setuptools-scm, and python-setuptools-scm-git-archive; removve python-pytest-runner. Change-Id: I3ce12acedbbc97d58f2266e042872494556afd3b
This commit is contained in:
parent
b8b6fb8cd8
commit
7cda2a6631
1 changed files with 8 additions and 4 deletions
|
@ -11059,18 +11059,22 @@ complexity samples.")
|
|||
(define-public python-screed
|
||||
(package
|
||||
(name "python-screed")
|
||||
(version "1.1.2")
|
||||
(version "1.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "screed" version))
|
||||
(sha256
|
||||
(base32 "0slva743xn93h4sl5zg2as4ricnnj5pp6nw9dm4qclk4i9xglkvk"))))
|
||||
(base32 "1f3jw3g8d9cdgdggqpfgw42rfcpzdalbbral6l2mmafvqybids1p"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-pytest-cov
|
||||
python-pytest-runner
|
||||
(list python-importlib-resources
|
||||
python-pycodestyle
|
||||
python-pytest
|
||||
python-pytest-cov
|
||||
python-setuptools
|
||||
python-setuptools-scm
|
||||
python-setuptools-scm-git-archive
|
||||
python-wheel))
|
||||
(home-page "https://github.com/dib-lab/screed/")
|
||||
(synopsis "Short read sequence database utilities")
|
||||
|
|
Loading…
Add table
Reference in a new issue