mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
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:
parent
93b07e5eb6
commit
9665eb21a9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue