gnu: qtlocation: Update to 6.7.2.

* gnu/packages/qt.scm (qtlocation): Update to 6.7.2.

Change-Id: I9e359c43605a7e9224bd95890e2843acf477395b
This commit is contained in:
Zheng Junjie 2024-08-11 00:11:17 +08:00
parent 8b677e0f77
commit cdf5f10daf
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -2318,13 +2318,13 @@ (define-public qtlocation
(package (package
(inherit qtsvg) (inherit qtsvg)
(name "qtlocation") (name "qtlocation")
(version "6.6.3") (version "6.7.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (qt-url name version)) (uri (qt-url name version))
(sha256 (sha256
(base32 (base32
"1l81z3zq1zg015l6qxx4yzssdspw689m9bpzxp23yshaych2kd6p")))) "0pa8ibw490p3433ysni73f0gpz7gvxyl2abh3ygvd28ipxcdlcpj"))))
(arguments (arguments
(substitute-keyword-arguments (package-arguments qtsvg) (substitute-keyword-arguments (package-arguments qtsvg)
((#:tests? _ #f) #f) ; TODO: Enable the tests ((#:tests? _ #f) #f) ; TODO: Enable the tests