mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: qtlocation: Update to 6.7.2.
* gnu/packages/qt.scm (qtlocation): Update to 6.7.2. Change-Id: I9e359c43605a7e9224bd95890e2843acf477395b
This commit is contained in:
parent
8b677e0f77
commit
cdf5f10daf
1 changed files with 2 additions and 2 deletions
|
@ -2318,13 +2318,13 @@ (define-public qtlocation
|
|||
(package
|
||||
(inherit qtsvg)
|
||||
(name "qtlocation")
|
||||
(version "6.6.3")
|
||||
(version "6.7.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1l81z3zq1zg015l6qxx4yzssdspw689m9bpzxp23yshaych2kd6p"))))
|
||||
"0pa8ibw490p3433ysni73f0gpz7gvxyl2abh3ygvd28ipxcdlcpj"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments qtsvg)
|
||||
((#:tests? _ #f) #f) ; TODO: Enable the tests
|
||||
|
|
Loading…
Reference in a new issue