guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/74: gnu: qtlocation: Update to 6.7.2.


From: guix-commits
Subject: 14/74: gnu: qtlocation: Update to 6.7.2.
Date: Mon, 16 Sep 2024 23:37:08 -0400 (EDT)

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

commit 29e5a6a59569c8394f7f2ce5fb1aef67d45850ac
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sun Aug 11 00:11:17 2024 +0800

    gnu: qtlocation: Update to 6.7.2.
    
    * gnu/packages/qt.scm (qtlocation): Update to 6.7.2.
    
    Change-Id: I9e359c43605a7e9224bd95890e2843acf477395b
---
 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 f543a26571..91efe72f77 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2311,13 +2311,13 @@ positioning and geolocation plugins.")))
   (package
     (inherit qtsvg)
     (name "qtlocation")
-    (version "6.6.3")
+    (version "6.7.2")
     (source (origin
               (method url-fetch)
               (uri (qt-url name version))
               (sha256
                (base32
-                "1l81z3zq1zg015l6qxx4yzssdspw689m9bpzxp23yshaych2kd6p"))))
+                "0pa8ibw490p3433ysni73f0gpz7gvxyl2abh3ygvd28ipxcdlcpj"))))
     (arguments
      (substitute-keyword-arguments (package-arguments qtsvg)
        ((#:tests? _ #f) #f)             ; TODO: Enable the tests



reply via email to

[Prev in Thread] Current Thread [Next in Thread]