[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/09: gnu: dbus: Update to 1.12.14.
From: |
guix-commits |
Subject: |
05/09: gnu: dbus: Update to 1.12.14. |
Date: |
Sun, 26 May 2019 13:50:50 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 98be913d5b467bbc56b9fddeca6e9e7b6d402b21
Author: Marius Bakke <address@hidden>
Date: Fri May 24 19:41:33 2019 +0200
gnu: dbus: Update to 1.12.14.
* gnu/packages/glib.scm (dbus): Update to 1.12.14.
---
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 2f70e8d..b2d4bf5 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -82,7 +82,7 @@
(define dbus
(package
(name "dbus")
- (version "1.12.12")
+ (version "1.12.14")
(source (origin
(method url-fetch)
(uri (string-append
@@ -90,7 +90,7 @@
version ".tar.gz"))
(sha256
(base32
- "1y7mxhkw2shd9mi9s62k81lz8npjkrafapr4fyfms7hs04kg4ilm"))
+ "13aca7gzgl7z1dfdipfs23773w8n6z01d4rj5kmssv4gms8c5ya4"))
(patches (search-patches "dbus-helper-search-path.patch"))))
(build-system gnu-build-system)
(arguments
- branch core-updates updated (74659eb -> 848e600), guix-commits, 2019/05/26
- 04/09: gnu: cmake: Update to 3.14.4., guix-commits, 2019/05/26
- 07/09: gnu: libidn2: Update to 2.2.0., guix-commits, 2019/05/26
- 06/09: gnu: libuv: Update to 1.29.1., guix-commits, 2019/05/26
- 05/09: gnu: dbus: Update to 1.12.14.,
guix-commits <=
- 01/09: gnu: curl: Remove unused module import., guix-commits, 2019/05/26
- 08/09: gnu: gawk: Update to 5.0.0., guix-commits, 2019/05/26
- 02/09: gnu: perl: Update to 5.30.0., guix-commits, 2019/05/26
- 09/09: gnu: Remove address@hidden, guix-commits, 2019/05/26
- 03/09: gnu: bison: Update to 3.4.1., guix-commits, 2019/05/26