guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: gnome-contacts: Update to 3.38.1.


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

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

commit 7bfee950cc64fd0c5f6fbb24c6c5cc6992ab4dd5
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Sep 17 18:11:17 2021 +0200

    gnu: gnome-contacts: Update to 3.38.1.
    
    * gnu/packages/gnome.scm (gnome-contacts): Update to 3.38.1.
    [arguments]: Use disabled instead of false for the cheese option.
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 988c84d..e033a8b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2086,7 +2086,7 @@ commonly used macros.")
 (define-public gnome-contacts
   (package
     (name "gnome-contacts")
-    (version "3.34")
+    (version "3.38.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gnome-contacts/"
@@ -2094,10 +2094,10 @@ commonly used macros.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "04igc9xvyc4kb5xf5g2missnvyvj9zv5cqxf5k4z7hb0sv42wq4r"))))
+                "0hsq0dwxjahcaxnm1m4r1lync9k2fkwzybfmkchrmn95vqcwwvf9"))))
     (build-system meson-build-system)
     (arguments
-     `(#:configure-flags '("-Dcheese=false")
+     `(#:configure-flags '("-Dcheese=disabled")
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'generate-vapis



reply via email to

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