diff options
author | Andreas Enge <andreas@enge.fr> | 2023-04-19 13:27:01 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2023-04-19 13:27:01 +0200 |
commit | 9665eb21a96e86d9b717834179f2079a1c816a91 (patch) | |
tree | f87e9ae4d05106c72b7383da6f61b3967bd9c497 /gnu | |
parent | 93b07e5eb612e6966e1c03a0b6ebbc38d9f13991 (diff) | |
download | guix-9665eb21a96e86d9b717834179f2079a1c816a91.tar.gz guix-9665eb21a96e86d9b717834179f2079a1c816a91.zip |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/qt.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 5e479c4d52..205cacc580 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -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 |