diff options
author | Zheng Junjie <[email protected]> | 2024-08-11 00:11:17 +0800 |
---|---|---|
committer | Zheng Junjie <[email protected]> | 2024-11-21 22:52:50 +0800 |
commit | cdf5f10dafcee598cdaab24362fe1b34e76f2f99 (patch) | |
tree | 8c50d09953a4ed0f5793a8b70560eed9672d5314 /gnu/packages/qt.scm | |
parent | 8b677e0f77af40f9ff012864a6e82e9a532d9779 (diff) |
gnu: qtlocation: Update to 6.7.2.
* gnu/packages/qt.scm (qtlocation): Update to 6.7.2.
Change-Id: I9e359c43605a7e9224bd95890e2843acf477395b
Diffstat (limited to 'gnu/packages/qt.scm')
-rw-r--r-- | gnu/packages/qt.scm | 4 |
1 files 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 |