[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/71: gnu: qtsvg: Update to 6.6.2.
From: |
guix-commits |
Subject: |
03/71: gnu: qtsvg: 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 1f796e1de08b9da786b89d87e03bc7eaebd48ddd
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Wed Mar 13 16:57:57 2024 +0800
gnu: qtsvg: Update to 6.6.2.
* gnu/packages/qt.scm (qtsvg): Update to 6.6.2.
Change-Id: Ibd80b03bb776cdbe2084e8be65ddd1ccc0edb6ad
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 ab62248ef9..458764aeab 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1197,13 +1197,13 @@ HostData=lib/qt5
(define-public qtsvg
(package
(name "qtsvg")
- (version "6.5.2")
+ (version "6.6.2")
(source (origin
(method url-fetch)
(uri (qt-url name version))
(sha256
(base32
- "18v337lfk8krg0hff5jx6fi7gn6x3djn03x3psrhlbmgjc8crd28"))))
+ "10c1dmbv5d39n1q4m67gf2h4n6wfkzrlyk8plnxbyhhvxxcis8ss"))))
(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, 2024/03/31
- 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 <=
- 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
- 23/71: gnu: Add qtspeech., guix-commits, 2024/03/31
- 26/71: build: qt-utils: Use QML_IMPORT_PATH for Qt 6., guix-commits, 2024/03/31