guix_mirror_bot pushed a commit to branch qt-team-rebased
in repository guix.

commit 6f5e5de30b8498c0f409718c7ad8d9949906f47d
Author: 宋文武 <iyzs...@member.fsf.org>
AuthorDate: Sat Feb 8 12:01:54 2025 +0800

    gnu: qtlocation-5: Update to 5.15.16.
    
    * gnu/packages/qt.scm (qtlocation-5): Update to 5.15.16.
    
    Change-Id: I3943945f1f0f8a56ffa2e2a986578ca2d8c28318
---
 gnu/packages/qt.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index f43ec387d9..749e951e99 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2447,13 +2447,13 @@ Server Protocol (LSP) for Qt.")
   (package
     (inherit qtsvg-5)
     (name "qtlocation")
-    (version "5.15.15")
+    (version "5.15.16")
     (source (origin
               (method url-fetch)
               (uri (qt-url name version))
               (sha256
                (base32
-                "0ja5rs1z9lx9hns7m1mg1lndl04arhjajqbdg29j446q5xlzkpk2"))
+                "11swnrlxx1qlf5fc0jb0zb4rx70kgd5h27kbmk877dms7sdiq1ik"))
               (patches
                (search-patches "qtlocation-5.15.8-mapboxgl-gcc13.patch"))
               (modules '((guix build utils)))

Reply via email to