1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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>
This commit is contained in:
Nicolas Graves
2026-01-19 03:40:51 +01:00
committed by Sharlatan Hellseher
parent 697471d209
commit 8a060acaa0

View File

@@ -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))