mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 02:16:31 +01:00
gnu: python-dbus: Update to 1.2.8.
* gnu/packages/python.scm (python-dbus): Update to 1.2.8. [inputs]: Replace "python" with "python-wrapper".
This commit is contained in:
parent
cfe62fb22b
commit
2df4ecd61d
1 changed files with 6 additions and 6 deletions
|
@ -4873,15 +4873,15 @@ toolkit. Use it to build trees of widgets.")
|
||||||
(define-public python-dbus
|
(define-public python-dbus
|
||||||
(package
|
(package
|
||||||
(name "python-dbus")
|
(name "python-dbus")
|
||||||
(version "1.2.0")
|
(version "1.2.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append "https://dbus.freedesktop.org/releases/dbus-python/"
|
||||||
"https://dbus.freedesktop.org/releases/dbus-python/dbus-python-"
|
"dbus-python-" version ".tar.gz"))
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1py62qir966lvdkngg0v8k1khsqxwk5m4s8nflpk1agk5f5nqb71"))))
|
(base32
|
||||||
|
"0vvvjmiwnc9cjlks3gcdk43ap7llhlpz7cm1wbw0nc2yfsxjpwdb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
@ -4897,7 +4897,7 @@ toolkit. Use it to build trees of widgets.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("python" ,python)
|
`(("python" ,python-wrapper)
|
||||||
("dbus-glib" ,dbus-glib)))
|
("dbus-glib" ,dbus-glib)))
|
||||||
(synopsis "Python bindings for D-bus")
|
(synopsis "Python bindings for D-bus")
|
||||||
(description "python-dbus provides bindings for libdbus, the reference
|
(description "python-dbus provides bindings for libdbus, the reference
|
||||||
|
|
Loading…
Add table
Reference in a new issue