diff options
author | Stefan Reichör <stefan@xsteve.at> | 2023-10-11 20:15:23 -0500 |
---|---|---|
committer | jgart <jgart@dismail.de> | 2023-10-11 20:19:54 -0500 |
commit | 5c30ef17d64ccf9b682bb6bebddd250a87ff9591 (patch) | |
tree | fcd4043bb032692f4103f3b89c9eeae9dbbcc777 | |
parent | ab0e0aa799485646bd8e7e024e0c773f444f58bb (diff) |
gnu: python-pyte: Update to 0.8.1.
* gnu/packages/terminals.scm (python-pyte): Update to 0.8.1.
Co-authored-by: jgart <jgart@dismail.de>
-rw-r--r-- | gnu/packages/terminals.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index 124f871f8e..989fd00e61 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -30,9 +30,10 @@ ;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re> ;;; Copyright © 2021 Solene Rapenne <solene@perso.pw> ;;; Copyright © 2021 Petr Hodina <phodina@protonmail.com> +;;; Copyright © 2021 Stefan Reichör <stefan@xsteve.at> ;;; Copyright © 2022 Felipe Balbi <balbi@kernel.org> ;;; Copyright © 2022 ( <paren@disroot.org> -;;; Copyright © 2022 jgart <jgart@dismail.de> +;;; Copyright © 2022, 2023 jgart <jgart@dismail.de> ;;; Copyright © 2023 Aaron Covrig <aaron.covrig.us@ieee.org> ;;; Copyright © 2023 Foundation Devices, Inc. <hello@foundationdevices.com> ;;; Copyright © 2023 Zheng Junjie <873216071@qq.com> @@ -1075,14 +1076,14 @@ usable with any list--including files, command history, processes and more.") (define-public python-pyte (package (name "python-pyte") - (version "0.7.0") + (version "0.8.1") (source (origin (method url-fetch) (uri (pypi-uri "pyte" version)) (sha256 (base32 - "1an54hvyjm8gncx8cgabz9mkpgjkdb0bkyjlkh7g7f94nr3wnfl7")))) + "1c4pn2qijk6q8q25klfq365gbvlkrh8c0lz5lrr7b7kmh6vx3gxr")))) (build-system python-build-system) (arguments '(#:phases |