guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: qtlocation: Correct hash.


From: guix-commits
Subject: branch core-updates updated: gnu: qtlocation: Correct hash.
Date: Wed, 19 Apr 2023 07:28:08 -0400

This is an automated email from the git hooks/post-receive script.

andreas pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 9665eb21a9 gnu: qtlocation: Correct hash.
9665eb21a9 is described below

commit 9665eb21a96e86d9b717834179f2079a1c816a91
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Wed Apr 19 13:27:01 2023 +0200

    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 @@ 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]