guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/85: gnu: dbus-glib: Update to 0.108.


From: Mark H. Weaver
Subject: 06/85: gnu: dbus-glib: Update to 0.108.
Date: Wed, 11 Jan 2017 16:36:01 +0000 (UTC)

mhw pushed a commit to branch gnome-updates
in repository guix.

commit 919fc6aa03ec7ab0cb72e3e3dc21df2552686ab8
Author: Mark H Weaver <address@hidden>
Date:   Mon Jan 9 00:40:56 2017 -0500

    gnu: dbus-glib: Update to 0.108.
    
    * gnu/packages/glib.scm (dbus-glib): Update to 0.108.
---
 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 9577ac2..ca8ab3c 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -429,7 +429,7 @@ translated.")
 (define dbus-glib
   (package
     (name "dbus-glib")
-    (version "0.106")
+    (version "0.108")
     (source (origin
              (method url-fetch)
              (uri
@@ -437,7 +437,7 @@ translated.")
                              version ".tar.gz"))
              (sha256
               (base32
-               "0in0i6v68ixcy0ip28i84hdczf10ykq9x682qgcvls6gdmq552dk"))))
+               "0b307hw9j41npzr6niw1bs6ryp87m5yafg492gqwvsaj4dz0qd4z"))))
     (build-system gnu-build-system)
     (propagated-inputs ; according to dbus-glib-1.pc
      `(("dbus" ,dbus)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]