gnu: python-dbus: Update to 1.2.16.
* gnu/packages/python-xyz.scm (python-dbus): Update to 1.2.16.
This commit is contained in:
parent
0eea55967c
commit
083bc36215
1 changed files with 2 additions and 2 deletions
|
@ -6996,14 +6996,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.14")
|
(version "1.2.16")
|
||||||
(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 "0cdchkgnivlka4lf8q4qfk0yxq483i3r3aqickjf8hfn7nx0c0mi"))))
|
(base32 "196m5rk3qzw5nkmgzjl7wmq0v7vpwfhh8bz2sapdi5f9hqfqy8qi"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
Reference in a new issue