gnu: ghostwriter: Update to 2.0.0-rc4.

* gnu/packages/text-editors.scm (ghostwriter): Update to 2.0.0-rc4.
This commit is contained in:
Leo Famulari 2021-02-15 20:26:59 -05:00
parent 1bab55202c
commit 61361ef264
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -600,16 +600,17 @@ (define-public qemacs
(define-public ghostwriter
(package
(name "ghostwriter")
(version "1.8.1")
;; XXX We use a release candidate to fix incompatibility with Qt 5.15.
(version "2.0.0-rc4")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/wereturtle/ghostwriter")
(commit (string-append "v" version))))
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"0jc6szfh5sdnafhwsr1xv7cn1fznniq58bix41hb9wlbkvq7wzi6"))))
"07547503a209hc0fcg902w3x0s1m899c10nj3gqz3hak0cmrasi3"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)