mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +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
|
(package
|
||||||
(inherit qtsvg)
|
(inherit qtsvg)
|
||||||
(name "qtlocation")
|
(name "qtlocation")
|
||||||
(version "6.6.3")
|
(version "6.7.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (qt-url name version))
|
(uri (qt-url name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1l81z3zq1zg015l6qxx4yzssdspw689m9bpzxp23yshaych2kd6p"))))
|
"0pa8ibw490p3433ysni73f0gpz7gvxyl2abh3ygvd28ipxcdlcpj"))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments qtsvg)
|
(substitute-keyword-arguments (package-arguments qtsvg)
|
||||||
((#:tests? _ #f) #f) ; TODO: Enable the tests
|
((#:tests? _ #f) #f) ; TODO: Enable the tests
|
||||||
|
|
Loading…
Reference in a new issue