me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -1887,7 +1887,7 @@ native APIs where it makes sense.")))
(uri (qt-urls name version))
(sha256
(base32
"0mlhhhcxx3gpr9kh04c6fljxcj50c2j21r0wb9f7d7nk4flip7b2"))))
"0r16qxy0pfpwvna4gpz67jk3qv3qizfd659kc9iwdh8bhz7lpjrw"))))
(arguments
(substitute-keyword-arguments (package-arguments qtsvg-5)
((#:tests? _ #f) #f) ; TODO: Enable the tests