guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: python-curtsies: Update to 0.3.5.


From: guix-commits
Subject: 02/03: gnu: python-curtsies: Update to 0.3.5.
Date: Mon, 16 Aug 2021 03:05:24 -0400 (EDT)

mothacehe pushed a commit to branch core-updates-frozen
in repository guix.

commit 5bf00ed012ec74ab134c5ed040de6efc84c82f71
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Aug 16 09:01:50 2021 +0200

    gnu: python-curtsies: Update to 0.3.5.
    
    * gnu/packages/terminals.scm (python-curtsies): Update to 0.3.5.
    [propagated-inputs]: Use python-cwcwidth instead of python-wcwidth.
---
 gnu/packages/terminals.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 496b725..fb35fd4 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -966,14 +966,14 @@ than a terminal.")
 (define-public python-curtsies
   (package
     (name "python-curtsies")
-    (version "0.3.4")
+    (version "0.3.5")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "curtsies" version))
        (sha256
         (base32
-         "019bpf5wmng4f6ic2ykg893ypfihpfvzi6dhblcagfwbincl79ac"))))
+         "1g8dwafx4vx06isjkn28r3cwb0hw1bv67lgygaz34yk66lrzz1x5"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -983,7 +983,7 @@ than a terminal.")
              (invoke "nosetests" "-v"))))))
     (propagated-inputs
      `(("python-blessings" ,python-blessings)
-       ("python-wcwidth" ,python-wcwidth)))
+       ("python-cwcwidth" ,python-cwcwidth)))
     (native-inputs
      `(("python-mock" ,python-mock)
        ("python-pyte" ,python-pyte)



reply via email to

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