guix-commits
[Top][All Lists]
Advanced

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

60/74: gnu: qtlocation-5: Update to 5.15.15.


From: guix-commits
Subject: 60/74: gnu: qtlocation-5: Update to 5.15.15.
Date: Fri, 27 Sep 2024 08:31:31 -0400 (EDT)

z572 pushed a commit to branch qt-team
in repository guix.

commit 512ea8267d42ed51e29717872e3f6e2a845fccfc
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Wed Sep 11 15:43:15 2024 +0800

    gnu: qtlocation-5: Update to 5.15.15.
    
    * gnu/packages/qt.scm (qtlocation-5): Update to 5.15.15.
    
    Change-Id: Id741af63784c95f02405fb4db7f48be0e5622f96
---
 gnu/packages/qt.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 5211ada880..a895e84494 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2316,13 +2316,13 @@ Server Protocol (LSP) for Qt.")
   (package
     (inherit qtsvg-5)
     (name "qtlocation")
-    (version "5.15.10")
+    (version "5.15.15")
     (source (origin
               (method url-fetch)
               (uri (qt-url name version))
               (sha256
                (base32
-                "0cvcpf0grwqnk6jxhrwm9xxm3dyc6lqvmb1np7fvkhkzjimx45l8"))))
+                "0ja5rs1z9lx9hns7m1mg1lndl04arhjajqbdg29j446q5xlzkpk2"))))
     (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]