guix_mirror_bot pushed a commit to branch qt-team-old in repository guix. commit ba43090adea99a6a5525d8f6907362d8813b7921 Author: 宋文武 <iyzs...@member.fsf.org> AuthorDate: Sat Feb 8 12:01:54 2025 +0800
gnu: qttools-5: Update to 5.15.16. * gnu/packages/qt.scm (qttools-5): Update to 5.15.16. Change-Id: I86140fd5bf03aa0d441c05153a1665df9f0517ee --- 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 fe9538b6fc..9f42486113 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -2486,13 +2486,13 @@ plugin for Adobe After Effects.") (package (inherit qtsvg-5) (name "qttools") - (version "5.15.15") + (version "5.15.16") (source (origin (method url-fetch) (uri (qt-url name version)) (sha256 (base32 - "0a404d7swfl1lm8qcb725157sd9frkgrg2r821cr4v5xqq26g53i")))) + "077w2ml8nb398v48js4y9qcqvncsbi1yx5a9kzslm9dcgy413aqw")))) (arguments (substitute-keyword-arguments (package-arguments qtsvg-5) ((#:tests? _ #f) #f) ; TODO: Enable the tests