guix-patches
[Top][All Lists]
Advanced

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

[bug#65280] [PATCH v2 46/59] gnu: qtlocation: Update to 5.15.10.


From: Maxim Cournoyer
Subject: [bug#65280] [PATCH v2 46/59] gnu: qtlocation: Update to 5.15.10.
Date: Wed, 16 Aug 2023 08:11:02 -0400

* gnu/packages/qt.scm (qtlocation): Update to 5.15.10.
---

(no changes since v1)

 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 b0a372c4cc..eb14b6b152 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1987,13 +1987,13 @@ (define-public qtlocation
   (package
     (inherit qtsvg-5)
     (name "qtlocation")
-    (version "5.15.8")
+    (version "5.15.10")
     (source (origin
               (method url-fetch)
               (uri (qt-url name version))
               (sha256
                (base32
-                "0r16qxy0pfpwvna4gpz67jk3qv3qizfd659kc9iwdh8bhz7lpjrw"))))
+                "0cvcpf0grwqnk6jxhrwm9xxm3dyc6lqvmb1np7fvkhkzjimx45l8"))))
     (arguments
      (substitute-keyword-arguments (package-arguments qtsvg-5)
        ((#:tests? _ #f) #f)             ; TODO: Enable the tests
-- 
2.41.0






reply via email to

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