guix-commits
[Top][All Lists]
Advanced

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

34/64: gnu: qtx11extras: Update to 5.15.10.


From: guix-commits
Subject: 34/64: gnu: qtx11extras: Update to 5.15.10.
Date: Tue, 22 Aug 2023 09:04:26 -0400 (EDT)

apteryx pushed a commit to branch qt-updates
in repository guix.

commit 2dced480f0379f11e04d14945657da0fea3c651c
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Aug 15 16:20:03 2023 -0400

    gnu: qtx11extras: Update to 5.15.10.
    
    * gnu/packages/qt.scm (qtx11extras): Update to 5.15.10.
---
 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 1718ce3fac..6a8e90309b 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1185,13 +1185,13 @@ support for MNG, TGA, TIFF and WBMP image formats.")
 (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



reply via email to

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