guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: gnome-maps: Upgrade to 41.2.


From: guix-commits
Subject: 02/02: gnu: gnome-maps: Upgrade to 41.2.
Date: Fri, 10 Dec 2021 12:18:13 -0500 (EST)

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

commit 6104071e483095f9fea9700e0317e84f64102ae2
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Fri Dec 10 14:42:32 2021 +0100

    gnu: gnome-maps: Upgrade to 41.2.
    
    * gnu/packages/geo.scm (gnome-maps): Upgrade to 41.2.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 gnu/packages/geo.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index d1ebdd9..84da182 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -216,7 +216,7 @@ topology functions.")
 (define-public gnome-maps
   (package
     (name "gnome-maps")
-    (version "40.5")
+    (version "41.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -224,7 +224,7 @@ topology functions.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "02bdkmb3wyzfrbq726634v4g1hyh9za70cc2ivlbp7zc2n1jgp5c"))))
+                "037xmkmcmcw87vb1c1s3y225m8757k331cvk1m8cshf6mx61p0l1"))))
     (build-system meson-build-system)
     (arguments
      `(#:meson ,meson-0.59         ;positional arguments error with meson 0.60



reply via email to

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