[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/77: gnu: qtwebsockets: Update to 6.7.2.
From: |
guix-commits |
Subject: |
06/77: gnu: qtwebsockets: Update to 6.7.2. |
Date: |
Thu, 21 Nov 2024 10:35:53 -0500 (EST) |
z572 pushed a commit to branch master
in repository guix.
commit 82bcaf759377ebea6e594be0034a9952f11260dd
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sun Aug 11 00:11:15 2024 +0800
gnu: qtwebsockets: Update to 6.7.2.
* gnu/packages/qt.scm (qtwebsockets): Update to 6.7.2.
Change-Id: I7a2cb9229b68297c33354d0dc28174518569a40c
---
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 354d6f0756..a9c11ef9c2 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1720,13 +1720,13 @@ consume data received from the server, or both.")))
(define-public qtwebsockets
(package
(name "qtwebsockets")
- (version "6.6.3")
+ (version "6.7.2")
(source (origin
(method url-fetch)
(uri (qt-url name version))
(sha256
(base32
- "0dm066lv3n97ril9iyd5xn8j13m6r7xp844aagj6dpclaxv83x0n"))))
+ "0pr13p6inlh2i79yc567w8dp446rh9xvfakq5diwis4wxkv4mpjv"))))
(build-system cmake-build-system)
(arguments
(list
- branch master updated (b2bd56f8fe -> 3ef5e20bcd), guix-commits, 2024/11/21
- 06/77: gnu: qtwebsockets: Update to 6.7.2.,
guix-commits <=
- 07/77: gnu: qtsensors: Update to 6.7.2., guix-commits, 2024/11/21
- 08/77: gnu: qtshadertools: Update to 6.7.2., guix-commits, 2024/11/21
- 09/77: gnu: qtmultimedia: Update to 6.7.2., guix-commits, 2024/11/21
- 11/77: gnu: qtserialport: Update to 6.7.2., guix-commits, 2024/11/21
- 16/77: gnu: qttools: Update to 6.7.2., guix-commits, 2024/11/21
- 18/77: gnu: qtscxml: Update to 6.7.2., guix-commits, 2024/11/21
- 19/77: gnu: qtpositioning: Update to 6.7.2., guix-commits, 2024/11/21
- 31/77: gnu: qtconnectivity: Rename to qtconnectivity-5., guix-commits, 2024/11/21
- 33/77: gnu: Add python-setuptools-scm-next., guix-commits, 2024/11/21
- 05/77: gnu: qtdeclarative: Update to 6.7.2., guix-commits, 2024/11/21