guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: d-feet: Fix missing input and update to 0.3.14.


From: guix-commits
Subject: 01/01: gnu: d-feet: Fix missing input and update to 0.3.14.
Date: Tue, 28 May 2019 08:57:36 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit 458e92215f7a6083b155b020575ae2c9e03ab7cf
Author: Pierre Neidhardt <address@hidden>
Date:   Tue May 28 14:49:29 2019 +0200

    gnu: d-feet: Fix missing input and update to 0.3.14.
    
    * gnu/packages/gnome.scm (d-feet): Update to 0.3.14.
    [inputs]: Add hicolor-icon-theme since d-feet won't list anything without 
it.
---
 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6a2a683..14e6328 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4444,7 +4444,7 @@ principles are simplicity and standards compliance.")
 (define-public d-feet
   (package
     (name "d-feet")
-    (version "0.3.11")
+    (version "0.3.14")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -4452,7 +4452,7 @@ principles are simplicity and standards compliance.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1hmrijm4d9vwzx2r8qzzsy8ccpj79l1y6cc569n9jjzqcq699p53"))))
+                "1m8lwiwl5jhi0x7y6x5zmd3hjplgvdjrb8a8jg74rvkygslj1p7f"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      '(#:out-of-source? #f ; tests need to run in the source directory.
@@ -4491,6 +4491,7 @@ principles are simplicity and standards compliance.")
      `(("gobject-introspection" ,gobject-introspection)
        ("gtk+" ,gtk+)
        ("python" ,python-wrapper)
+       ("hicolor-icon-theme" ,hicolor-icon-theme)
        ("python-pygobject" ,python-pygobject)))
     (home-page "https://wiki.gnome.org/Apps/DFeet";)
     (synopsis "D-Bus debugger")



reply via email to

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