guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ea63422fb97523fc4b57223b7fef18ec43023073
Author: Sughosha <[email protected]>
AuthorDate: Sun Nov 9 10:10:00 2025 +0530

    gnu: ghostwriter: Update to 25.08.3.
    
    * gnu/packages/kde-office.scm (ghostwriter): Update to 25.08.3.
    
    Change-Id: Ie9143b80c69bcdce3f832cb2d6c69151a7679d8d
---
 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 f16076dc47..6ca7be6bdb 100644
--- a/gnu/packages/kde-office.scm
+++ b/gnu/packages/kde-office.scm
@@ -247,13 +247,13 @@ translation engines.")
 (define-public ghostwriter
   (package
     (name "ghostwriter")
-    (version "25.08.2")
+    (version "25.08.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/release-service/" 
version
                                   "/src/ghostwriter-" version ".tar.xz"))
               (sha256
-               (base32 
"0xnnvgrxzn4nb9nrccj9gbalqpjpvqhalfaj6ddqd9bww18il3az"))))
+               (base32 
"01mh09908s5d2vkx5ymhm6a95wps5nidcwp1zj1likq70zpnk69r"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase

Reply via email to