guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: python-wxpython: Update to 4.2.0.


From: guix-commits
Subject: 05/08: gnu: python-wxpython: Update to 4.2.0.
Date: Fri, 2 Dec 2022 13:12:27 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 6aac95ae2b522812aa9c64b84de22c640e90820f
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Nov 27 16:43:43 2022 +0100

    gnu: python-wxpython: Update to 4.2.0.
    
    * gnu/packages/wxwidgets.scm (python-wxpython): Update to 4.2.0.
    [propagated-inputs]: Add PYTHON-ATTRDICT.
---
 gnu/packages/wxwidgets.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wxwidgets.scm b/gnu/packages/wxwidgets.scm
index 9d665f3988..2d34b49d93 100644
--- a/gnu/packages/wxwidgets.scm
+++ b/gnu/packages/wxwidgets.scm
@@ -266,14 +266,14 @@ and many other languages.")
 (define-public python-wxpython
   (package
     (name "python-wxpython")
-    (version "4.0.7.post1")
+    (version "4.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "wxPython" version))
        (sha256
         (base32
-         "1jppcr3n428m8pgwb9q3g0iiqydxd451ncri4njk8b53xsiflhys"))
+         "1iw6xp76b3fmdqwbqmsx9i1razzpfki5z1hq6l8mszlxa32fng36"))
        (modules '((guix build utils)))
        (snippet
         '(begin
@@ -309,7 +309,7 @@ and many other languages.")
     (native-inputs
      (list pkg-config python-waf))
     (propagated-inputs
-     (list python-numpy python-pillow python-six))
+     (list python-attrdict python-numpy python-pillow python-six))
     (home-page "https://wxpython.org/";)
     (synopsis "Cross platform GUI toolkit for Python")
     (description "wxPython is a cross-platform GUI toolkit for the Python



reply via email to

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