From 9665eb21a96e86d9b717834179f2079a1c816a91 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Wed, 19 Apr 2023 13:27:01 +0200 Subject: [PATCH] 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. --- gnu/packages/qt.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ (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