mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05: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 @@ (define-public python2-user-agents
|
|||
(define-public python-dbus
|
||||
(package
|
||||
(name "python-dbus")
|
||||
(version "1.2.10")
|
||||
(version "1.2.14")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://dbus.freedesktop.org/releases/dbus-python/"
|
||||
"dbus-python-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "11nqk01iq5bx2llgb3ksknyinijdp29w4ndj210glm009ayjncyl"))))
|
||||
(base32 "0cdchkgnivlka4lf8q4qfk0yxq483i3r3aqickjf8hfn7nx0c0mi"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
|
@ -5976,10 +5976,7 @@ (define-public python2-dbus
|
|||
(inputs `(("python" ,python-2)
|
||||
,@(alist-delete "python"
|
||||
(package-inputs python-dbus)
|
||||
equal?)))
|
||||
;; FIXME: on Python 2, the test_utf8 fails with:
|
||||
;; "ValueError: unichr() arg not in range(0x10000) (narrow Python build)"
|
||||
(arguments `(#:tests? #f))))
|
||||
equal?)))))
|
||||
|
||||
(define-public python-notify2
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue