summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2020-04-23 18:41:41 -0400
committerKei Kebreau <kkebreau@posteo.net>2020-05-12 10:49:54 -0400
commit572672f2ba96020209f4ceb02f977614be25e4bf (patch)
tree4ab4240eee5eabc46ea7aaa0360c5284f9f512e7 /gnu/packages
parentd7d382d878cbc29ac672d60e74533c5bd671b561 (diff)
downloadguix-572672f2ba96020209f4ceb02f977614be25e4bf.tar.gz
gnu: gnome-contacts: Update to 3.36.1.
* gnu/packages/gnome.scm (gnome-contacts): Update to 3.36.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index dbc5042d50..79814d5cfa 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")