From 56eab10bc0d10956e4004242d2f903683ae10695 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 14 Jan 2025 15:41:14 +0100 Subject: [PATCH] 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 --- gnu/packages/bioinformatics.scm | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 38739905b9b7ff080ef698084047347ddfc8eb80..92eee018d8ba35b10b757b997c1e05aef6276b34 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -11086,18 +11086,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")