gnu: qtlocation-5: Update to 5.15.15.

* gnu/packages/qt.scm (qtlocation-5): Update to 5.15.15.

Change-Id: Id741af63784c95f02405fb4db7f48be0e5622f96
This commit is contained in:
Zheng Junjie 2024-09-11 15:43:15 +08:00
parent 27fdebc679
commit 6b65e33359
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -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