mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: qtlocation: Update to 5.15.10.
* gnu/packages/qt.scm (qtlocation): Update to 5.15.10.
This commit is contained in:
parent
0147328753
commit
d5a572a87d
1 changed files with 2 additions and 2 deletions
|
@ -2013,13 +2013,13 @@ (define-public qtlocation
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue