[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/09: gnu: dbus: Update to 1.10.22.
From: |
Marius Bakke |
Subject: |
02/09: gnu: dbus: Update to 1.10.22. |
Date: |
Sat, 2 Sep 2017 09:58:29 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit 9238a9c086cc4ebac078080c1e7201c570660031
Author: Marius Bakke <address@hidden>
Date: Sat Jul 29 17:23:33 2017 +0200
gnu: dbus: Update to 1.10.22.
* gnu/packages/glib.scm (dbus): Update to 1.10.22.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index c5c4873..2caafd4 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -67,7 +67,7 @@
(define dbus
(package
(name "dbus")
- (version "1.10.18")
+ (version "1.10.22")
(source (origin
(method url-fetch)
(uri (string-append
@@ -75,7 +75,7 @@
version ".tar.gz"))
(sha256
(base32
- "0jjirhw6xwz2ffmbg5kr79108l8i1bdaw7szc67n3qpkygaxsjb0"))
+ "15vv9gz5i4f5l7h0d045qz5iyvl89hjk2k83lb4vbizd7qg41cg2"))
(patches (search-patches "dbus-helper-search-path.patch"))))
(build-system gnu-build-system)
(arguments
- branch staging updated (4028fd3 -> 30dfac2), Marius Bakke, 2017/09/02
- 06/09: Revert "gnu: lzip: Update to 1.19.", Marius Bakke, 2017/09/02
- 03/09: gnu: util-linux: Update to 2.30.1., Marius Bakke, 2017/09/02
- 04/09: gnu: libdrm: Update to 2.4.83., Marius Bakke, 2017/09/02
- 02/09: gnu: dbus: Update to 1.10.22.,
Marius Bakke <=
- 08/09: gnu: pango: Update to 1.40.11., Marius Bakke, 2017/09/02
- 07/09: gnu: harfbuzz: Update to 1.5.0., Marius Bakke, 2017/09/02
- 05/09: gnu: mesa: Update to 17.1.8., Marius Bakke, 2017/09/02
- 01/09: gnu: libva: Update to 1.8.3., Marius Bakke, 2017/09/02
- 09/09: Merge branch 'master' into staging, Marius Bakke, 2017/09/02