me
/
guix
Archived
1
0
Fork 0

gnu: ghostwriter: Update to 2.0.1.

* gnu/packages/text-editors.scm (ghostwriter): Update to 2.0.1.
master
Leo Famulari 2021-06-07 18:19:29 -04:00
parent 69f56c2767
commit fc58d9ac66
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 3 deletions

View File

@ -601,8 +601,7 @@ scripts/input/X11/C/Shell/HTML/Dired): 49KB.
(define-public ghostwriter
(package
(name "ghostwriter")
;; XXX We use a release candidate to fix incompatibility with Qt 5.15.
(version "2.0.0-rc4")
(version "2.0.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -611,7 +610,7 @@ scripts/input/X11/C/Shell/HTML/Dired): 49KB.
(file-name (git-file-name name version))
(sha256
(base32
"07547503a209hc0fcg902w3x0s1m899c10nj3gqz3hak0cmrasi3"))))
"07jrsh6549zypdnyy7g6yvggrz5mlya9jm7zmkjmvl7s0min3mbc"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)