emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#48428: closed ([PATCH 1/5] gnu: python-pyte: Update to 0.8.0.)


From: GNU bug Tracking System
Subject: bug#48428: closed ([PATCH 1/5] gnu: python-pyte: Update to 0.8.0.)
Date: Thu, 12 Oct 2023 01:43:02 +0000

Your message dated Thu, 12 Oct 2023 01:42:09 +0000
with message-id <d8e7d3c5827b7a67eb579aca00dc3cbe@dismail.de>
and subject line Re: [PATCH 1/5] gnu: python-pyte: Update to 0.8.0.
has caused the debbugs.gnu.org bug report #48428,
regarding [PATCH 1/5] gnu: python-pyte: Update to 0.8.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
48428: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=48428
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/5] gnu: python-pyte: Update to 0.8.0. Date: Fri, 14 May 2021 23:17:42 +0200
* gnu/packages/terminals.scm (python-pyte): Update to 0.8.0.
---
 gnu/packages/terminals.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 14774a5843..1810b533fa 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -25,6 +25,7 @@
 ;;; Copyright © 2020 Leo Famulari <leo@famulari.name>
 ;;; Copyright © 2021 Ekaitz Zarraga <ekaitz@elenq.tech>
 ;;; Copyright © 2021 Raphaël Mélotte <raphael.melotte@mind.be>
+;;; Copyright © 2021 Stefan Reichör <stefan@xsteve.at>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -894,14 +895,14 @@ terminal or piped input.")
 (define-public python-pyte
   (package
     (name "python-pyte")
-    (version "0.7.0")
+    (version "0.8.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pyte" version))
        (sha256
         (base32
-         "1an54hvyjm8gncx8cgabz9mkpgjkdb0bkyjlkh7g7f94nr3wnfl7"))))
+         "1ic8b9xrg76z55qrvbgpwrgg0mcq0dqgy147pqn2cvrdjwzd0wby"))))
     (build-system python-build-system)
     (arguments
      '(#:phases
-- 
2.25.1




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH 1/5] gnu: python-pyte: Update to 0.8.0. Date: Thu, 12 Oct 2023 01:42:09 +0000
Hi Stefan,

Thanks for your patch.

I updated to the latest 0.8.1 and applied.

all best,

jgart


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]