guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

220/347: gnu: threadweaver-6: Update to 6.3.0.


From: guix-commits
Subject: 220/347: gnu: threadweaver-6: Update to 6.3.0.
Date: Fri, 28 Jun 2024 09:59:03 -0400 (EDT)

z572 pushed a commit to branch kde-team
in repository guix.

commit dfcfc76605654bd35957ff97b6f140a078c0019c
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu Jun 27 01:42:11 2024 +0800

    gnu: threadweaver-6: Update to 6.3.0.
    
    * gnu/packages/kde-frameworks.scm (threadweaver-6): Update to 6.3.0.
    
    Change-Id: I73666eaa6ece8e4682c22fd9a0fe8b3594045c2f
---
 gnu/packages/kde-frameworks.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 000ad47167..64ec3b4286 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2273,7 +2273,7 @@ ASpell and HUNSPELL.")
 (define-public threadweaver-6
   (package
     (name "threadweaver")
-    (version "6.1.0")
+    (version "6.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2282,7 +2282,7 @@ ASpell and HUNSPELL.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1j4d8m7cy0xps56dq6iq8hpzz024wdqz6i6hrfs7ww31im8db9fx"))))
+                "04yrywhjhlyf1ha3w6rmaszyb28j91lc9j55frxrdmhqk67iy841"))))
     (build-system cmake-build-system)
     (native-inputs (list extra-cmake-modules))
     (inputs (list qtbase))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]