apteryx pushed a commit to branch qt-updates
in repository guix.
commit de74f7a6b87bca2ba771b2cfea957fca73d45c5c
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Aug 15 16:20:06 2023 -0400
gnu: qtlocation: Update to 5.15.10.
* gnu/packages/qt.scm (qtlocation): Update to 5.15.10.
---
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 b0a372c4cc..eb14b6b152 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1987,13 +1987,13 @@ Server Protocol (LSP) for Qt.")
(package
(inherit qtsvg-5)
(name "qtlocation")
- (version "5.15.8")
+ (version "5.15.10")
(source (origin
(method url-fetch)
(uri (qt-url name version))
(sha256
(base32
- "0r16qxy0pfpwvna4gpz67jk3qv3qizfd659kc9iwdh8bhz7lpjrw"))))
+ "0cvcpf0grwqnk6jxhrwm9xxm3dyc6lqvmb1np7fvkhkzjimx45l8"))))
(arguments
(substitute-keyword-arguments (package-arguments qtsvg-5)
((#:tests? _ #f) #f) ; TODO: Enable the tests