guix-commits
[Top][All Lists]
Advanced

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

22/113: gnu: gnome-contacts: Update to 40.0.


From: guix-commits
Subject: 22/113: gnu: gnome-contacts: Update to 40.0.
Date: Wed, 24 Mar 2021 19:23:32 -0400 (EDT)

lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit 61b9980eccec6796c7fe77c95b0a6fbbddd21f8e
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 23 20:32:40 2021 +0100

    gnu: gnome-contacts: Update to 40.0.
    
    * gnu/packages/gnome.scm (gnome-contacts): Update to 40.0.
---
 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 193aeeb..4cf7646 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2075,15 +2075,15 @@ commonly used macros.")
 (define-public gnome-contacts
   (package
     (name "gnome-contacts")
-    (version "3.34")
+    (version "40.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gnome-contacts/"
-                                  (version-major+minor version) "/"
+                                  (version-major version) "/"
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "04igc9xvyc4kb5xf5g2missnvyvj9zv5cqxf5k4z7hb0sv42wq4r"))))
+                "0w2g5xhw65adzvwzakrj5kaim4sw1w7s8qqwm3nm6inq50znzpn9"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Dcheese=false")



reply via email to

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