guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 00cb4128b6f994eaf99d789c5215dd4b1d69370f
Author: Zheng Junjie <z572@z572.online>
AuthorDate: Mon Jul 21 23:26:18 2025 +0800

    gnu: qtpositioning: Update to 6.9.2.
    
    * gnu/packages/qt.scm (qtpositioning): Update to 6.9.2.
    
    Change-Id: Ifa396776e9d123da0e75e8e3da7ec71350a89339
---
 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 e7dfa79562..52ad0b3792 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2873,13 +2873,13 @@ also contains functionality to support data models and 
executable content.")
 (define-public qtpositioning
   (package
     (name "qtpositioning")
-    (version "6.8.2")
+    (version "6.9.2")
     (source (origin
               (method url-fetch)
               (uri (qt-url name version))
               (sha256
                (base32
-                "1rdqbp4yxzyd3c77bf4y9klvbvv1pimg4zqmw6kncr4k9r7ncc6z"))))
+                "06mwzlyprwz11ks6fsvzh03ilk5fxy3scr1gqqb4p85xzw0ri6j8"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to