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

commit 953d8360a9cbfbbcfd110a0c7b209b5f4d455f9c
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:43 2025 +0800

    gnu: ghostwriter: Update to 24.12.1.
    
    * gnu/packages/kde-office.scm (ghostwriter): Update to 24.12.1.
    
    Change-Id: Iceebb5a15e61a579d14c97b98587c39b00b541f3
---
 gnu/packages/kde-office.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-office.scm b/gnu/packages/kde-office.scm
index 633ecb5595..cc80c66171 100644
--- a/gnu/packages/kde-office.scm
+++ b/gnu/packages/kde-office.scm
@@ -155,13 +155,13 @@ Advanced plugins:
 (define-public ghostwriter
   (package
     (name "ghostwriter")
-    (version "24.05.2")
+    (version "24.12.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/release-service/" 
version
                                   "/src/ghostwriter-" version ".tar.xz"))
               (sha256
-               (base32 
"181izld9wnbwlknw7h876ysranqqvbvb0h2p4ky54jfb82f9h513"))))
+               (base32 
"04pslp9660cwdpdqd93ldrzlkszq0kp0vb2vgl94vmark7r29xrz"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase

Reply via email to