diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-01-19 03:40:51 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-20 15:01:51 +0000 |
| commit | 8a060acaa0816823c861f05f2cf4bbd936ab3f87 (patch) | |
| tree | e56f5974ad75da72993ff892f856d61595522e67 /gnu/packages/python-xyz.scm | |
| parent | 697471d209fdb644e57ce220827ad4f4827b624c (diff) | |
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5d914e907e7..4636b24128b 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)) |
