guix-commits
[Top][All Lists]
Advanced

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

94/133: gnu: dconf: Update to 0.30.1.


From: guix-commits
Subject: 94/133: gnu: dconf: Update to 0.30.1.
Date: Sun, 6 Jan 2019 16:59:46 -0500 (EST)

rekado pushed a commit to branch wip-gnome3.30
in repository guix.

commit ad6200c0747a18ff992bfabe5fa7610c1d285d4b
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Dec 4 05:10:40 2018 +0100

    gnu: dconf: Update to 0.30.1.
    
    * gnu/packages/gnome.scm (dconf): Update to 0.30.1.
    [inputs]: Add bash-completion.
---
 gnu/packages/gnome.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 671ead5..3baf725 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -66,6 +66,7 @@
   #:use-module (gnu packages autotools)
   #:use-module (gnu packages avahi)
   #:use-module (gnu packages base)
+  #:use-module (gnu packages bash)
   #:use-module (gnu packages bison)
   #:use-module (gnu packages build-tools)
   #:use-module (gnu packages calendar)
@@ -2284,7 +2285,7 @@ and RDP protocols.")
 (define-public dconf
   (package
     (name "dconf")
-    (version "0.28.0")
+    (version "0.30.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2293,14 +2294,15 @@ and RDP protocols.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0hn7v6769xabqz7kvyb2hfm19h46z1whkair7ff752zmbs3b7lv1"))))
+                "1dq2dn7qmxr4fxzx9wnag89ck24gxq17p2n4gl81h4w8qdy3m6jl"))))
     (build-system meson-build-system)
     (propagated-inputs
      ;; In Requires of dconf.pc.
      `(("glib" ,glib)))
     (inputs
      `(("gtk+" ,gtk+)
-       ("dbus" ,dbus)))
+       ("dbus" ,dbus)
+       ("bash-completion" ,bash-completion)))
     (native-inputs
      `(("libxslt" ,libxslt)                     ;for xsltproc
        ("libxml2" ,libxml2)                     ;for XML_CATALOG_FILES



reply via email to

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