guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: qtquickcontrols2-5: Fix source hash.


From: guix-commits
Subject: branch core-updates updated: gnu: qtquickcontrols2-5: Fix source hash.
Date: Sat, 25 Mar 2023 18:35:05 -0400

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

glv 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 ef7ddc8e8b gnu: qtquickcontrols2-5: Fix source hash.
ef7ddc8e8b is described below

commit ef7ddc8e8b19daf09e1198e1b577c366bdc7b270
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat Mar 25 22:58:58 2023 +0100

    gnu: qtquickcontrols2-5: Fix source hash.
    
    * gnu/packages/qt.scm (qtquickcontrols2-5)[source]: Fix 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 1b94b9866e..eaedf97371 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2061,7 +2061,7 @@ can be used to build complete interfaces in Qt Quick.")))
              (uri (qt-urls name version))
              (sha256
               (base32
-               "1cxg4ml07k1zcyi5m4lx06sz8f5l67isb5vhk7nakxm0wnn7p8y4"))))
+               "058dkj6272za47vnz3mxsmwsj85gxf6g0ski645fphk8s3jp2bk5"))))
     (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]