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 (define-public ghostwriter
(package (package
(name "ghostwriter") (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 (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/wereturtle/ghostwriter") (url "https://github.com/wereturtle/ghostwriter")
(commit (string-append "v" version)))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0jc6szfh5sdnafhwsr1xv7cn1fznniq58bix41hb9wlbkvq7wzi6")))) "07547503a209hc0fcg902w3x0s1m899c10nj3gqz3hak0cmrasi3"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)