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

commit 61d39ed7fd00f7e5b0680941f58342e767969c4a
Author: 宋文武 <iyzs...@member.fsf.org>
AuthorDate: Tue Feb 4 14:55:32 2025 +0800

    gnu: qtlocation: Update to 6.8.2.
    
    * gnu/packages/qt.scm (qtlocation): Update to 6.8.2.
    
    Change-Id: Ib34703c3427a1c4f36c5861ca3fa9e11972f599c
---
 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 6f41036573..2577b6fbde 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2432,13 +2432,13 @@ positioning and geolocation plugins.")))
   (package
     (inherit qtsvg)
     (name "qtlocation")
-    (version "6.7.2")
+    (version "6.8.2")
     (source (origin
               (method url-fetch)
               (uri (qt-url name version))
               (sha256
                (base32
-                "0pa8ibw490p3433ysni73f0gpz7gvxyl2abh3ygvd28ipxcdlcpj"))))
+                "068pgnds6hgmj6lmxwlapc9nx69cz2bzndgksvm051kb875hnjck"))))
     (arguments
      (substitute-keyword-arguments (package-arguments qtsvg)
        ((#:tests? _ #f) #f)             ; TODO: Enable the tests

Reply via email to