guix-commits
[Top][All Lists]
Advanced

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

36/92: gnu: threadweaver: Update to 5.114.0.


From: guix-commits
Subject: 36/92: gnu: threadweaver: Update to 5.114.0.
Date: Thu, 18 Jan 2024 21:00:16 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 26e82d61cb46f8c5ae26d74c1e39ad14303169e7
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Jan 18 11:33:17 2024 -0500

    gnu: threadweaver: Update to 5.114.0.
    
    * gnu/packages/kde-frameworks.scm (threadweaver): Update to 5.114.0.
    
    Change-Id: I30ea4d0202a5cccbf435cac8c0588960885b7a3a
---
 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 d4859a8012..5403108c1d 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1508,7 +1508,7 @@ ASpell and HUNSPELL.")
 (define-public threadweaver
   (package
     (name "threadweaver")
-    (version "5.108.0")
+    (version "5.114.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1517,7 +1517,7 @@ ASpell and HUNSPELL.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "094nfqbhgg8yfri7fghn8dkjdf1k5iccshj0ns2b30snw87w8b29"))))
+                "1y07g58w6z3i11y3djg3aaxanhp9hzaciq61l4dn1gqwghn09xgh"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules))



reply via email to

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