mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: ghostwriter: Update to 25.08.2.
* gnu/packages/kde-office.scm (ghostwriter): Update to 25.08.2. Change-Id: Icac78bccdff65087a4c04a3d32468dd0fb4bc6ec
This commit is contained in:
parent
246a966725
commit
c248707ddd
1 changed files with 2 additions and 2 deletions
|
|
@ -247,13 +247,13 @@ translation engines.")
|
|||
(define-public ghostwriter
|
||||
(package
|
||||
(name "ghostwriter")
|
||||
(version "25.08.1")
|
||||
(version "25.08.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/ghostwriter-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0hlc039pkrn0l3k4vzvlvwnbzv46vnkacpaasn2lj5rfs3spxcmj"))))
|
||||
(base32 "0xnnvgrxzn4nb9nrccj9gbalqpjpvqhalfaj6ddqd9bww18il3az"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:qtbase qtbase
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue