[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/08: gnu: python-dbus: Update to 1.2.16.
From: |
guix-commits |
Subject: |
01/08: gnu: python-dbus: Update to 1.2.16. |
Date: |
Sun, 26 Jul 2020 22:39:06 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 083bc36215198298510f64757e299ac2edb76569
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jul 27 02:03:45 2020 +0200
gnu: python-dbus: Update to 1.2.16.
* gnu/packages/python-xyz.scm (python-dbus): Update to 1.2.16.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 60141d0..42bb160 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)))
- branch master updated (0eea559 -> 94b6889), guix-commits, 2020/07/26
- 01/08: gnu: python-dbus: Update to 1.2.16.,
guix-commits <=
- 04/08: gnu: xfce4-timer-plugin: Update to 1.7.1., guix-commits, 2020/07/26
- 02/08: gnu: python-jedi: Update to 0.17.2., guix-commits, 2020/07/26
- 03/08: gnu: xfce4-whiskermenu-plugin: Update to 2.4.6., guix-commits, 2020/07/26
- 05/08: gnu: youtube-viewer: Update to 3.7.7., guix-commits, 2020/07/26
- 08/08: gnu: btrfs-progs: Update to 5.7., guix-commits, 2020/07/26
- 06/08: gnu: you-get: Update to 0.4.1456., guix-commits, 2020/07/26
- 07/08: gnu: s6-rc: Update to 0.5.1.4., guix-commits, 2020/07/26