[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
55/465: gnu: threadweaver: Update to 6.3.0.
From: |
guix-commits |
Subject: |
55/465: gnu: threadweaver: Update to 6.3.0. |
Date: |
Tue, 16 Jul 2024 11:02:29 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit d53b04d8f094c260ad00fccbd22bc0e29e1011d7
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 00:38:28 2024 +0800
gnu: threadweaver: Update to 6.3.0.
* gnu/packages/kde-frameworks.scm (threadweaver): Update to 6.3.0.
[inputs]: Remove qtbase-5; add qtbase.
Change-Id: I7493b50ec5b5f518be9c59ff9170b9bb056d4d95
---
gnu/packages/kde-frameworks.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index bbe9d57b41..ab3ed68d55 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1517,7 +1517,7 @@ ASpell and HUNSPELL.")
(define-public threadweaver
(package
(name "threadweaver")
- (version "5.114.0")
+ (version "6.3.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1526,12 +1526,10 @@ ASpell and HUNSPELL.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1y07g58w6z3i11y3djg3aaxanhp9hzaciq61l4dn1gqwghn09xgh"))))
+ "04yrywhjhlyf1ha3w6rmaszyb28j91lc9j55frxrdmhqk67iy841"))))
(build-system cmake-build-system)
- (native-inputs
- (list extra-cmake-modules))
- (inputs
- (list qtbase-5))
+ (native-inputs (list extra-cmake-modules))
+ (inputs (list qtbase))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Helper for multithreaded programming")
(description "ThreadWeaver is a helper for multithreaded programming. It
- 165/465: gnu: kcachegrind: Update to 24.05.2., (continued)
- 165/465: gnu: kcachegrind: Update to 24.05.2., guix-commits, 2024/07/16
- 167/465: gnu: kdebugsettings: Update to 24.05.2., guix-commits, 2024/07/16
- 169/465: gnu: kaccounts-providers: Update to 24.05.2., guix-commits, 2024/07/16
- 170/465: gnu: libkgapi: Update to 24.05.2., guix-commits, 2024/07/16
- 174/465: gnu: fcitx5-qt: Use new style., guix-commits, 2024/07/16
- 176/465: gnu: spectacle: Update to 24.02.2., guix-commits, 2024/07/16
- 192/465: gnu: falkon: Update to 24.05.2., guix-commits, 2024/07/16
- 194/465: gnu: kspaceduel: Update to 24.05.2., guix-commits, 2024/07/16
- 196/465: gnu: lskat: Update to 24.05.2., guix-commits, 2024/07/16
- 05/465: gnu: Add qcoro-qt6., guix-commits, 2024/07/16
- 55/465: gnu: threadweaver: Update to 6.3.0.,
guix-commits <=
- 57/465: gnu: kcrash: Update to 6.3.0., guix-commits, 2024/07/16
- 66/465: gnu: kauth: Update to 6.3.0., guix-commits, 2024/07/16
- 79/465: gnu: purpose: Update to 6.3.0., guix-commits, 2024/07/16
- 94/465: gnu: kdeclarative: Update to 6.3.0., guix-commits, 2024/07/16
- 99/465: gnu: knotifyconfig: Update to 6.3.0., guix-commits, 2024/07/16
- 112/465: gnu: kwallet-pam: Update to 6.1.2., guix-commits, 2024/07/16
- 118/465: gnu: kgamma: Update to 6.1.2., guix-commits, 2024/07/16
- 119/465: gnu: libksysguard: Update to 6.1.2., guix-commits, 2024/07/16
- 123/465: gnu: plasma-nano: Update to 6.1.2., guix-commits, 2024/07/16
- 132/465: gnu: Add kglobalacceld., guix-commits, 2024/07/16