mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ghostwriter: Update to 25.08.1.
* gnu/packages/kde-multimedia.scm (ghostwriter): Update to 25.08.1. Change-Id: Icb7317a48ecf61832ef2f1132bf175a8e40bb5ab
This commit is contained in:
parent
562802c23c
commit
677d7bc5a9
1 changed files with 2 additions and 2 deletions
|
@ -155,13 +155,13 @@ Advanced plugins:
|
||||||
(define-public ghostwriter
|
(define-public ghostwriter
|
||||||
(package
|
(package
|
||||||
(name "ghostwriter")
|
(name "ghostwriter")
|
||||||
(version "25.04.0")
|
(version "25.08.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/ghostwriter-" version ".tar.xz"))
|
"/src/ghostwriter-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0vx6zd6js4anz2cmvljbp0dyq1gj58j28a1vx0fa7m01m8kxbsl6"))))
|
(base32 "0hlc039pkrn0l3k4vzvlvwnbzv46vnkacpaasn2lj5rfs3spxcmj"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:qtbase qtbase
|
(list #:qtbase qtbase
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue