gnu: qtlocation: Correct hash.

This is probably a consequence of a branch merge, since the hash was for
version 5.15.5, whereas the package has version 5.15.8.

* gnu/packages/qt.scm (qtlocation): Correct hash.
This commit is contained in:
Andreas Enge 2023-04-19 13:27:01 +02:00
parent 93b07e5eb6
commit 9665eb21a9
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -1887,7 +1887,7 @@ (define-public qtlocation
(uri (qt-urls name version))
(sha256
(base32
"0mlhhhcxx3gpr9kh04c6fljxcj50c2j21r0wb9f7d7nk4flip7b2"))))
"0r16qxy0pfpwvna4gpz67jk3qv3qizfd659kc9iwdh8bhz7lpjrw"))))
(arguments
(substitute-keyword-arguments (package-arguments qtsvg-5)
((#:tests? _ #f) #f) ; TODO: Enable the tests