guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 14/77: gnu: qtlocation: Update to 6.7.2.
Date: Thu, 21 Nov 2024 10:35:55 -0500 (EST)

z572 pushed a commit to branch master
in repository guix.

commit cdf5f10dafcee598cdaab24362fe1b34e76f2f99
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 ef0eb8c2c0..2e50313595 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2318,13 +2318,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]