GNU bug report logs - #48919
[PATCH 1/2] gnu: python-prompt-toolkit: Update to 3.0.18.

Previous Next

Package: guix-patches;

Reported by: Vinicius Monego <monego <at> posteo.net>

Date: Tue, 8 Jun 2021 13:27:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Vinicius Monego <monego <at> posteo.net>
Subject: bug#48919: closed (Re: [bug#48919] [PATCH 1/2] gnu:
 python-prompt-toolkit: Update to 3.0.18.)
Date: Tue, 08 Jun 2021 17:18:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#48919: [PATCH 1/2] gnu: python-prompt-toolkit: Update to 3.0.18.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 48919 <at> debbugs.gnu.org.

-- 
48919: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48919
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Vinicius Monego <monego <at> posteo.net>
Cc: 48919-done <at> debbugs.gnu.org
Subject: Re: [bug#48919] [PATCH 1/2] gnu: python-prompt-toolkit: Update to
 3.0.18.
Date: Tue, 8 Jun 2021 13:17:10 -0400
On Tue, Jun 08, 2021 at 01:26:11PM +0000, Vinicius Monego wrote:
> * gnu/packages/python-xyz.scm (python-prompt-toolkit): Update to 3.0.18.

Thanks! Pushed as 0654e431720019e4b3834bfd1ebd4960335b0ada

[Message part 3 (message/rfc822, inline)]
From: Vinicius Monego <monego <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>
Subject: [PATCH 1/2] gnu: python-prompt-toolkit: Update to 3.0.18.
Date: Tue,  8 Jun 2021 13:26:11 +0000
* gnu/packages/python-xyz.scm (python-prompt-toolkit): Update to 3.0.18.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 89a4d44386..fa47d8daab 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15275,13 +15275,13 @@ collections of data.")
 (define-public python-prompt-toolkit
   (package
     (name "python-prompt-toolkit")
-    (version "3.0.9")
+    (version "3.0.18")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "prompt_toolkit" version))
        (sha256
-        (base32 "0bvjp62cs6aj9lrh7njzxdjgg8pjfw3qgmr551243d9ivmcapvn5"))))
+        (base32 "1g1kq1aimhm23k2dmlmnznfzc83l6ly65g0h32hqz8injcdz3d71"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
-- 
2.31.1




This bug report was last modified 3 years and 348 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.