Archived
1
0
Fork 0

gnu: python-wxpython: Update to 4.2.0.

* gnu/packages/wxwidgets.scm (python-wxpython): Update to 4.2.0.
[propagated-inputs]: Add PYTHON-ATTRDICT.
This commit is contained in:
Marius Bakke 2022-11-27 16:43:43 +01:00
parent f16358144f
commit 6aac95ae2b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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