guix-commits
[Top][All Lists]
Advanced

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

11/15: gnu: folks: Update to 0.15.5.


From: guix-commits
Subject: 11/15: gnu: folks: Update to 0.15.5.
Date: Thu, 11 Aug 2022 16:00:48 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 691d4657b7431847069198ce8f4276bc1de49e41
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Aug 11 18:35:19 2022 +0200

    gnu: folks: Update to 0.15.5.
    
    * gnu/packages/gnome.scm (folks): Update to 0.15.5.
    [native-inputs]: Remove INTLTOOL.  Add GETTEXT-MINIMAL.
---
 gnu/packages/gnome.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 291bd8c3ac..cbdf638abd 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9999,7 +9999,7 @@ functionality and behavior.")
 (define-public folks
   (package
     (name "folks")
-    (version "0.15.3")
+    (version "0.15.5")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -10008,7 +10008,7 @@ functionality and behavior.")
                     "folks-" version ".tar.xz"))
               (sha256
                (base32
-                "19a4qp9ry8y24jx1v5456qn9lnw843571vkkah3bxx4ky3x3gmr1"))))
+                "11lhfn6b7gml4ckj2dkm6g889j21wpvj90srwjp85k9hcf4qmzqg"))))
     (build-system meson-build-system)
     (arguments
      '(#:phases
@@ -10027,10 +10027,10 @@ functionality and behavior.")
            readline
            telepathy-glib))
     (native-inputs
-     (list `(,glib "bin")
+     (list gettext-minimal
+           `(,glib "bin")
            gobject-introspection
            python-dbusmock
-           intltool
            pkg-config
            python
            vala))



reply via email to

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