diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2025-02-08 12:01:55 +0800 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-25 11:30:33 +0200 |
commit | d98284a924c6e55061e5531cdba52a7f821dab7f (patch) | |
tree | b62a66e9d697cbfee4f6ae92405e9cd7d138786c | |
parent | da1a5ebd126e555272f0d554c25c10366b6511dc (diff) |
gnu: qtscxml-5: Update to 5.15.16.
* gnu/packages/qt.scm (qtscxml-5): Update to 5.15.16.
Change-Id: Iaef966e66d70b29321e9173e9226f48646d80ff0
-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 ff55896ffd..589ac74758 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -2759,13 +2759,13 @@ and mobile applications targeting TV-like form factors."))) (package (inherit qtsvg-5) (name "qtscxml") - (version "5.15.15") + (version "5.15.16") (source (origin (method url-fetch) (uri (qt-url name version)) (sha256 (base32 - "1j4513c4idcg4mwj1am445dfsqhsnbv2rmj165pvrxmx7ghz0zwf")) + "0y7k7f1cza5hyda97gdg32lgf7xsdnizw0qsiha3xzd5grpr3nk0")) (modules '((guix build utils))) (snippet '(begin |