diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-09-11 15:43:14 +0800 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-11-21 22:52:53 +0800 |
commit | 13ad1d8fa47e57643448d620f14c539feba0cb53 (patch) | |
tree | 7bcc7bbbfcdbfef99ba9e3ad8061fe78b1c3f7cf /gnu | |
parent | ddb5e24b5d9ac6a76d5ac9c103705617b55eef4b (diff) |
gnu: qtx11extras: Update to 5.15.15.
* gnu/packages/qt.scm (qtx11extras): Update to 5.15.15.
Change-Id: Ic6f6add485fc0cf513416ba626fea2ff7ac26bd0
Diffstat (limited to 'gnu')
-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 ed144dbd318..0c62b7a8a36 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1378,13 +1378,13 @@ support for MNG, TGA, TIFF and WBMP image formats.") (define-public qtx11extras (package (inherit qtsvg-5) (name "qtx11extras") - (version "5.15.10") + (version "5.15.15") (source (origin (method url-fetch) (uri (qt-url name version)) (sha256 (base32 - "1x489lw3nx28p9cggdrr9n0l49w9y1mcpni9x91sic6wpyfx3p6p")))) + "1xi8y2j6dgl7a041xgy4fmbkyv4y08ifc9lig5zkdyxll3a8gxb0")))) (arguments (substitute-keyword-arguments (package-arguments qtsvg-5) ((#:tests? _ #f) #f))) ; TODO: Enable the tests |