guix_mirror_bot pushed a commit to branch master
in repository guix.
commit cdff06e1bc2e0fd75850d8941589d77d0d9900c6
Author: Andreas Enge <[email protected]>
AuthorDate: Fri Oct 24 23:36:58 2025 +0200
gnu: qtlocation-5: Update to 5.15.17.
* gnu/packages/qt.scm (qtlocation-5): Update to 5.15.17.
Change-Id: I923f35cba2d88264c9bc23c7c7cc52c32057cc4e
---
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 9ba0bdd21b..314066d76f 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2506,13 +2506,13 @@ Server Protocol (LSP) for Qt.")
(package
(inherit qtsvg-5)
(name "qtlocation")
- (version "5.15.16")
+ (version "5.15.17")
(source (origin
(method url-fetch)
(uri (qt-url name version))
(sha256
(base32
- "11swnrlxx1qlf5fc0jb0zb4rx70kgd5h27kbmk877dms7sdiq1ik"))
+ "1kqljk3ax2dfib4g0nh9zwdabiv8lyr7hxbj9qh05lrhcyshkrpk"))
(patches
(search-patches "qtlocation-5.15.8-mapboxgl-gcc13.patch"))
(modules '((guix build utils)))