diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-08-01 00:18:13 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-07 18:33:36 +0100 |
| commit | 4fda9a96fff1a65865160f46204aeec64b6f827a (patch) | |
| tree | c64bf2b8332f13abd9478f561919726b458d649f | |
| parent | 3a3573fae86cfc0afbdff2eae65808f7be86f1b6 (diff) | |
gnu: python-pyte: Update to 0.8.2.
* gnu/packages/terminals.scm (python-pyte): Update to 0.8.2.
Change-Id: I6255a5598d86cb02f74c36c393e58d09f6a9b9a9
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/terminals.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index b771e4505d..30830dcb42 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -1071,7 +1071,7 @@ usable with any list--including files, command history, processes and more.") (define-public python-pyte (package (name "python-pyte") - (version "0.8.1") + (version "0.8.2") (source (origin (method git-fetch) @@ -1080,7 +1080,7 @@ usable with any list--including files, command history, processes and more.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0wvg16y79az9ingfdkrvr649bggsaxvyjlrcyjmb3s9fi9dyrfw0")))) + (base32 "1cdhnl6rp4kcbs3s766519k80pf5ma18mgv6cyidf4nbgysjavmv")))) (build-system pyproject-build-system) (propagated-inputs (list python-wcwidth)) (native-inputs (list python-pytest python-setuptools python-wheel)) |
