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

commit 45be85cc13bc75c1d86cebd257452415eca3e339
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 7215acbebe..367b5ac8cd 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2431,13 +2431,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