[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/71: gnu: qtimageformats: Update to 6.6.2.
From: |
guix-commits |
Subject: |
04/71: gnu: qtimageformats: Update to 6.6.2. |
Date: |
Sun, 31 Mar 2024 21:57:25 -0400 (EDT) |
apteryx pushed a commit to branch qt-team
in repository guix.
commit a1389991e3d50d527c664b5520c87140993fb6f1
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Wed Mar 13 16:57:58 2024 +0800
gnu: qtimageformats: Update to 6.6.2.
* gnu/packages/qt.scm (qtimageformats): Update to 6.6.2.
Change-Id: I111f67258116f1bd4e0e3029d38afaf0ed024435
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
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 458764aeab..2effd6d94b 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1256,14 +1256,14 @@ support for MNG, TGA, TIFF and WBMP image formats.")))
(define-public qtimageformats
(package
(name "qtimageformats")
- (version "6.5.2")
+ (version "6.6.2")
(source (origin
(inherit (package-source qtimageformats-5))
(method url-fetch)
(uri (qt-url name version))
(sha256
(base32
- "0hv7mkn72126rkhy5gmjmbvzy7v17mkk3q2pkmzy99f64j4w1q5a"))))
+ "1cvwm0hnspglydms6qhcp5g0ayz5pamigl52kz8km66l6s8lqn3i"))))
(build-system cmake-build-system)
(arguments
(list
- branch qt-team created (now 5e5665f518), guix-commits, 2024/03/31
- 04/71: gnu: qtimageformats: Update to 6.6.2.,
guix-commits <=
- 07/71: gnu: qtshadertools: Update to 6.6.2., guix-commits, 2024/03/31
- 03/71: gnu: qtsvg: Update to 6.6.2., guix-commits, 2024/03/31
- 01/71: gnu: qtbase: Update to 6.6.2., guix-commits, 2024/03/31
- 05/71: gnu: qtdeclarative: Update to 6.6.2., guix-commits, 2024/03/31
- 11/71: gnu: qtlanguageserver: Update to 6.6.2., guix-commits, 2024/03/31
- 12/71: gnu: qtlottie: Update to 6.6.2., guix-commits, 2024/03/31
- 15/71: gnu: qtpositioning: Update to 6.6.2., guix-commits, 2024/03/31
- 16/71: gnu: qtnetworkauth: Update to 6.6.2., guix-commits, 2024/03/31
- 17/71: gnu: qtremoteobjects: Update to 6.6.2., guix-commits, 2024/03/31
- 21/71: gnu: Add qtsensors., guix-commits, 2024/03/31