diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2025-02-08 12:01:53 +0800 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-25 11:30:32 +0200 |
commit | a56d866577354a0a61d00769ce2a0ed18990622f (patch) | |
tree | 2255322669ab47d0e44ebef328c5b11271a65e64 | |
parent | 6711d6be065457aa3ce8bf2d614379532e4cce4b (diff) |
gnu: qtx11extras: Update to 5.15.16.
* gnu/packages/qt.scm (qtx11extras): Update to 5.15.16.
Change-Id: I9ccb74e832881c8665247bc58a9fe7fe5fd6b820
-rw-r--r-- | gnu/packages/qt.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 5851f7a717..b493307d87 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1513,13 +1513,13 @@ support for MNG, TGA, TIFF and WBMP image formats.") (define-public qtx11extras (package (inherit qtsvg-5) (name "qtx11extras") - (version "5.15.15") + (version "5.15.16") (source (origin (method url-fetch) (uri (qt-url name version)) (sha256 (base32 - "1xi8y2j6dgl7a041xgy4fmbkyv4y08ifc9lig5zkdyxll3a8gxb0")))) + "1cp2i8pi7ra0ln7igxprb5x0aaicg1wb9z3g5fdn9nvs4krrn4ms")))) (arguments (substitute-keyword-arguments (package-arguments qtsvg-5) ((#:tests? _ #f) #f))) ; TODO: Enable the tests |