guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 4fda9a96fff1a65865160f46204aeec64b6f827a
Author: Nicolas Graves <[email protected]>
AuthorDate: Fri Aug 1 00:18:13 2025 +0200

    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 <[email protected]>
---
 gnu/packages/terminals.scm | 4 ++--
 1 file 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))

Reply via email to