guix-commits
[Top][All Lists]
Advanced

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

96/107: gnu: gnome-contacts: Update to 3.36.1.


From: guix-commits
Subject: 96/107: gnu: gnome-contacts: Update to 3.36.1.
Date: Tue, 12 May 2020 10:53:36 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.

commit 572672f2ba96020209f4ceb02f977614be25e4bf
Author: Kei Kebreau <address@hidden>
AuthorDate: Thu Apr 23 18:41:41 2020 -0400

    gnu: gnome-contacts: Update to 3.36.1.
    
    * gnu/packages/gnome.scm (gnome-contacts): Update to 3.36.1.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index dbc5042..79814d5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1186,7 +1186,7 @@ commonly used macros.")
 (define-public gnome-contacts
   (package
     (name "gnome-contacts")
-    (version "3.34")
+    (version "3.36.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gnome-contacts/"
@@ -1194,7 +1194,7 @@ commonly used macros.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "04igc9xvyc4kb5xf5g2missnvyvj9zv5cqxf5k4z7hb0sv42wq4r"))))
+                "0qb2kgyk6f6wr129a0gzhvpy5wdjpwjbksxyfs6zxv183jl9s73z"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Dcheese=false")



reply via email to

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