mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
27fdebc679
commit
6b65e33359
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue