guix-commits
[Top][All Lists]
Advanced

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

17/46: gnu: dbus-glib: Update to 0.110.


From: guix-commits
Subject: 17/46: gnu: dbus-glib: Update to 0.110.
Date: Sat, 18 Apr 2020 17:55:15 -0400 (EDT)

kkebreau pushed a commit to branch core-updates
in repository guix.

commit a645a5a3bdd3e1f407a9ba44a2f3993ea66c3c60
Author: Kei Kebreau <address@hidden>
AuthorDate: Tue Dec 17 13:26:30 2019 -0500

    gnu: dbus-glib: Update to 0.110.
    
    * gnu/packages/glib.scm (dbus-glib): Update to 0.110.
    
    (cherry picked from commit cff7f2f521a662d0dc01a07b5d7c2c61a7b47072)
---
 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 92c6935..185066a 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -555,7 +555,7 @@ translated.")
 (define dbus-glib
   (package
     (name "dbus-glib")
-    (version "0.108")
+    (version "0.110")
     (source (origin
              (method url-fetch)
              (uri
@@ -563,7 +563,7 @@ translated.")
                              version ".tar.gz"))
              (sha256
               (base32
-               "0b307hw9j41npzr6niw1bs6ryp87m5yafg492gqwvsaj4dz0qd4z"))))
+               "09g8swvc95bk1z6j8sw463p2v0dqmgm2zjfndf7i8sbcyq67dr3w"))))
     (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]