guix-patches
[Top][All Lists]
Advanced

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

[bug#65280] [PATCH v2 31/59] gnu: qtx11extras: Update to 5.15.10.


From: Maxim Cournoyer
Subject: [bug#65280] [PATCH v2 31/59] gnu: qtx11extras: Update to 5.15.10.
Date: Wed, 16 Aug 2023 08:10:47 -0400

* gnu/packages/qt.scm (qtx11extras): 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 f767c9e8f3..3a247d7a65 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1159,13 +1159,13 @@ (define-public qtimageformats
 (define-public qtx11extras
   (package (inherit qtsvg-5)
     (name "qtx11extras")
-    (version "5.15.8")
+    (version "5.15.10")
     (source (origin
              (method url-fetch)
              (uri (qt-url name version))
              (sha256
               (base32
-               "1gzmf0y2byzrgfbing7xk3cwlbk1cyjlhqjbfh8n37y09gg65maf"))))
+               "1x489lw3nx28p9cggdrr9n0l49w9y1mcpni9x91sic6wpyfx3p6p"))))
     (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]