diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-27 02:03:45 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-27 04:25:23 +0200 |
commit | 083bc36215198298510f64757e299ac2edb76569 (patch) | |
tree | eb4ba8a27aa5c9a6a40f8cb562a386bea7637045 /gnu/packages | |
parent | 0eea55967cb054574fae3e308651a54758745d07 (diff) |
gnu: python-dbus: Update to 1.2.16.
* gnu/packages/python-xyz.scm (python-dbus): Update to 1.2.16.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 60141d0c8e..42bb160a75 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -6996,14 +6996,14 @@ parsing (browser/HTTP) user agent strings.") (define-public python-dbus (package (name "python-dbus") - (version "1.2.14") + (version "1.2.16") (source (origin (method url-fetch) (uri (string-append "https://dbus.freedesktop.org/releases/dbus-python/" "dbus-python-" version ".tar.gz")) (sha256 - (base32 "0cdchkgnivlka4lf8q4qfk0yxq483i3r3aqickjf8hfn7nx0c0mi")))) + (base32 "196m5rk3qzw5nkmgzjl7wmq0v7vpwfhh8bz2sapdi5f9hqfqy8qi")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |