guix_mirror_bot pushed a commit to branch qt-team
in repository guix.
commit a3f1c3a141eb4cdd5b4df10bc12874b030d6f360
Author: 宋文武 <[email protected]>
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 01f78b3581..b7ecc4c70c 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2457,13 +2457,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)))