guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: folks: Update to 0.14.0.


From: guix-commits
Subject: 01/02: gnu: folks: Update to 0.14.0.
Date: Fri, 17 Sep 2021 12:12:19 -0400 (EDT)

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

commit b95c149ac8bf012bc93278048243bc0351072255
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Sep 17 18:10:35 2021 +0200

    gnu: folks: Update to 0.14.0.
    
    * gnu/packages/gnome.scm (folks): Update to 0.14.0.
    [native-inputs]: Add python-dbusmock.
---
 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 3f9d019..988c84d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9693,7 +9693,7 @@ functionality and behavior.")
 (define-public folks
   (package
     (name "folks")
-    (version "0.13.1")
+    (version "0.14.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -9702,7 +9702,7 @@ functionality and behavior.")
                     "folks-" version ".tar.xz"))
               (sha256
                (base32
-                "0pda8sx4ap3lyri5fdrnakl29la1zkhwlc9bmnp13qigp1iwdw9x"))))
+                "1f9b52vmwnq7s51vj26w2618dn2ph5g12ibbkbyk6fvxcgd7iryn"))))
     (build-system meson-build-system)
     (arguments
      '(#:phases
@@ -9724,6 +9724,7 @@ functionality and behavior.")
     (native-inputs
      `(("glib:bin" ,glib "bin")
        ("gobject-introspection" ,gobject-introspection)
+       ("python-dbusmock" ,python-dbusmock)
        ("intltool" ,intltool)
        ("pkg-config" ,pkg-config)
        ("vala" ,vala)))



reply via email to

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