z572 pushed a commit to branch qt-team
in repository guix.
commit 55af07eb28e07dfcc90c30b69325698da9cc93e9
Author: Zheng Junjie <[email protected]>
AuthorDate: Wed Sep 11 15:43:15 2024 +0800
gnu: qtlocation-5: Update to 5.15.15.
* gnu/packages/qt.scm (qtlocation-5): Update to 5.15.15.
Change-Id: Id741af63784c95f02405fb4db7f48be0e5622f96
---
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 f4ee3749d9..0a07dd2768 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2323,13 +2323,13 @@ Server Protocol (LSP) for Qt.")
(package
(inherit qtsvg-5)
(name "qtlocation")
- (version "5.15.10")
+ (version "5.15.15")
(source (origin
(method url-fetch)
(uri (qt-url name version))
(sha256
(base32
- "0cvcpf0grwqnk6jxhrwm9xxm3dyc6lqvmb1np7fvkhkzjimx45l8"))))
+ "0ja5rs1z9lx9hns7m1mg1lndl04arhjajqbdg29j446q5xlzkpk2"))))
(arguments
(substitute-keyword-arguments (package-arguments qtsvg-5)
((#:tests? _ #f) #f) ; TODO: Enable the tests