mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-dbus: Update to 1.2.14.
* gnu/packages/python-xyz.scm (python-dbus): Update to 1.2.14. (python2-dbus)[arguments]: Remove.
This commit is contained in:
parent
e1695f4d58
commit
ba5ef9997b
1 changed files with 3 additions and 6 deletions
|
@ -5950,14 +5950,14 @@ parsing (browser/HTTP) user agent strings.")
|
||||||
(define-public python-dbus
|
(define-public python-dbus
|
||||||
(package
|
(package
|
||||||
(name "python-dbus")
|
(name "python-dbus")
|
||||||
(version "1.2.10")
|
(version "1.2.14")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://dbus.freedesktop.org/releases/dbus-python/"
|
(uri (string-append "https://dbus.freedesktop.org/releases/dbus-python/"
|
||||||
"dbus-python-" version ".tar.gz"))
|
"dbus-python-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "11nqk01iq5bx2llgb3ksknyinijdp29w4ndj210glm009ayjncyl"))))
|
(base32 "0cdchkgnivlka4lf8q4qfk0yxq483i3r3aqickjf8hfn7nx0c0mi"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
@ -5976,10 +5976,7 @@ implementation of D-Bus.")
|
||||||
(inputs `(("python" ,python-2)
|
(inputs `(("python" ,python-2)
|
||||||
,@(alist-delete "python"
|
,@(alist-delete "python"
|
||||||
(package-inputs python-dbus)
|
(package-inputs python-dbus)
|
||||||
equal?)))
|
equal?)))))
|
||||||
;; FIXME: on Python 2, the test_utf8 fails with:
|
|
||||||
;; "ValueError: unichr() arg not in range(0x10000) (narrow Python build)"
|
|
||||||
(arguments `(#:tests? #f))))
|
|
||||||
|
|
||||||
(define-public python-notify2
|
(define-public python-notify2
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue