summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-29 13:31:14 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:17 +0100
commitdc7b9f4ac277ce4c7db0dcd5e76c6faeb9948142 (patch)
tree00d140c723ca95365efc28192b8655ae3d84fbeb /gnu/packages/python-xyz.scm
parent836da26607c0efe898b8118abd8e99918bf2800d (diff)
gnu: python-tracerite: Update to 1.1.3.
* gnu/packages/python-xyz.scm (python-tracerite): Update to 1.1.3. [native-inputs]: Remove python-wheel. Change-Id: Ief27b928fcc7a138f97a78e9813527f05d56c355
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm8
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 747e40447a..93a4a446a8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27855,15 +27855,17 @@ interpreter when it prints a stack trace.")
(define-public python-tracerite
(package
(name "python-tracerite")
- (version "1.1.0")
+ (version "1.1.3")
(source (origin
(method url-fetch)
(uri (pypi-uri "tracerite" version))
(sha256
(base32
- "0jwy5wwl0rcsgnx7hhq4z7ji3lx271sar4v2a1rmyh5vsj7sn784"))))
+ "07mkg0sl0h335kj6yjvxki2c19gxhb7rkks1zgzh7aj0y83c17qi"))))
(build-system pyproject-build-system)
- (native-inputs (list python-setuptools python-setuptools-scm python-wheel))
+ (arguments
+ (list #:tests? #f)) ;no tests in PyPI or Git
+ (native-inputs (list python-setuptools python-setuptools-scm))
(propagated-inputs (list python-html5tagger))
(home-page "https://github.com/sanic-org/tracerite")
(synopsis "Human-readable HTML tracebacks")