mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: ghostwriter: Update to 24.12.1.
* gnu/packages/kde-office.scm (ghostwriter): Update to 24.12.1. Change-Id: Iceebb5a15e61a579d14c97b98587c39b00b541f3
This commit is contained in:
parent
49e3254d79
commit
a83acce661
1 changed files with 2 additions and 2 deletions
|
@ -147,13 +147,13 @@ (define-public calligra
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue