diff options
| author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2025-10-19 10:30:49 +0200 |
|---|---|---|
| committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2025-10-21 00:28:29 +0200 |
| commit | aabdd4f098215801a246ce8623403abe8a9a0097 (patch) | |
| tree | 2329d67288969de3c41a078b612bfac6941febf1 | |
| parent | 7759918c17c10a7cc89cc9141bf130a3c82b7a65 (diff) | |
gnu: python-pyahocorasick: Update to 2.2.0.
* gnu/packages/bioinformatics.scm (python-pyahocorasick): Update to 2.2.0.
[native-inputs]: Remove python-twine and python-wheel.
Change-Id: If9901abaae4f52a795d1b9b84f06a3b8cc6fc235
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index cb3c5829636..eac62ffcc19 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -8285,19 +8285,18 @@ average nucleotide identity.") (define-public python-pyahocorasick (package (name "python-pyahocorasick") - (version "2.1.0") + (version "2.2.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/WojciechMula/pyahocorasick") - (commit version))) + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1fsnivwcw56q7lwz41c5kbfvxv0v17mmkx43i2a293l49fxj08j8")))) + (base32 "0r9n8awy80dg8dmgza4kpgwbpkvjf4s85cyswnq04h3x6cf62lll")))) (build-system pyproject-build-system) - (native-inputs (list python-pytest python-twine python-setuptools - python-wheel)) + (native-inputs (list python-pytest python-setuptools)) (home-page "https://github.com/WojciechMula/pyahocorasick") (synopsis "Library for finding multiple key strings in text") (description |
