guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: gnome-contacts: Update to 3.32.1.


From: guix-commits
Subject: 04/05: gnu: gnome-contacts: Update to 3.32.1.
Date: Sun, 8 Dec 2019 17:14:19 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 6a6138b2a27c896ae17d7b94e7273fafad01d8bf
Author: Ludovic Courtès <address@hidden>
Date:   Sun Dec 8 22:49:42 2019 +0100

    gnu: gnome-contacts: Update to 3.32.1.
    
    * gnu/packages/gnome.scm (gnome-contacts): Update to 3.32.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 160e490..7c71da1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -478,7 +478,7 @@ commonly used macros.")
 (define-public gnome-contacts
   (package
     (name "gnome-contacts")
-    (version "3.30.2")
+    (version "3.32.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gnome-contacts/"
@@ -486,7 +486,7 @@ commonly used macros.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1b0pkdwz9yqcv82zzdf76rs2w3wa5zli8pka09wnahikx1ykk43h"))))
+                "17g1gh8yj58cfpdx69h2szivlbjgvv982kmhnkkh0i5bwj0zs2yy"))))
     (build-system meson-build-system)
     (arguments
      `(#:phases



reply via email to

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