From 8a060acaa0816823c861f05f2cf4bbd936ab3f87 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Mon, 19 Jan 2026 03:40:51 +0100 Subject: [PATCH] gnu: python-texttable: Update to 1.7.0. * gnu/packages/python-xyz.scm (python-texttable): Update to 1.7.0. Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5d914e907e..4636b24128 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -37144,7 +37144,7 @@ language. It aims to be fast.") (define-public python-texttable (package (name "python-texttable") - (version "1.6.4") + (version "1.7.0") (source (origin (method git-fetch) @@ -37153,7 +37153,7 @@ language. It aims to be fast.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1lcn76wx6fsj8d79gs985irkqz5qbwq1v9ji9jxsra6dbb643v5j")))) + (base32 "1p3g8v4wic6bpwa2r1h95a3mrx4vl6r6ci7ijwp0lmq55j9v9rx7")))) (build-system pyproject-build-system) (arguments (list #:test-flags #~(list "tests.py"))) (native-inputs (list python-pytest python-setuptools))