diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-15 15:53:47 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-12-17 11:20:20 +0100 |
| commit | 0a2dfdb6d7d447548b1f6d21ab605712a331a22e (patch) | |
| tree | 93718cabac6f5d196557be57c9f247a2198195d4 /gnu | |
| parent | e3453ff65d696c3e523731f96e6197188e9bda12 (diff) | |
gnu: tetoolkit: Update to 2.2.3.
* gnu/packages/bioinformatics.scm (tetoolkit): Update to 2.2.3.
[arguments] <tests?>: No tests.
[native-inputs]: Remove python-wheel.
Change-Id: Idc5994a58115653447abb02d676b800d27ffe16e
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index c08339bfd3..7b4f9be885 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -6104,7 +6104,7 @@ UCSC genome browser.") (define-public tetoolkit (package (name "tetoolkit") - (version "2.2.1b") + (version "2.2.3") (source (origin (method git-fetch) @@ -6113,10 +6113,11 @@ UCSC genome browser.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1m3xsydakhdan9gp9mfdz7llka5g6ak91d0mbl1cmmxq9qs6an4y")))) + (base32 "1jgwnm1kmj2mgvc3gib6d73rvyy3l54icjcj2gw0p1ay6kqkzs0p")))) (build-system pyproject-build-system) (arguments - `(#:phases (modify-phases %standard-phases + `(#:tests? #f ;no tests + #:phases (modify-phases %standard-phases (add-after 'unpack 'adjust-requirements (lambda _ (substitute* "setup.py" @@ -6163,7 +6164,7 @@ UCSC genome browser.") python-pysam r-minimal r-deseq2)) - (native-inputs (list python-setuptools python-wheel)) + (native-inputs (list python-setuptools)) (home-page "https://github.com/mhammell-laboratory/TEtranscripts") (synopsis "Transposable elements in differential enrichment analysis") (description |
