gnu: ghostwriter: Update to 1.7.4.

* gnu/packages/text-editors.scm (ghostwriter): Update to 1.7.4.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-21 01:11:30 +01:00
parent 98e7307dd3
commit 58ab7f2961
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 4 deletions

View File

@ -297,7 +297,7 @@ team.")
(define-public ghostwriter (define-public ghostwriter
(package (package
(name "ghostwriter") (name "ghostwriter")
(version "1.6.2") (version "1.7.4")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -306,11 +306,11 @@ team.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0251563zy0q69fzfacvalpx43y15cshb0bhshyd4w37061gh1c12")))) "1pqlr08z5syqcq5p282asxwzrrm7c1w94baxyb467swh8yp3fj5m"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("qttools" ,qttools))) ;for lrelease ("qttools" ,qttools))) ; for lrelease
(inputs (inputs
`(("hunspell" ,hunspell) `(("hunspell" ,hunspell)
("qtbase" ,qtbase) ("qtbase" ,qtbase)
@ -344,7 +344,7 @@ team.")
(description (description
"@code{ghostwriter} provides a relaxing, distraction-free writing "@code{ghostwriter} provides a relaxing, distraction-free writing
environment with Markdown markup.") environment with Markdown markup.")
(license license:gpl3+))) ;icons/* under CC-BY-SA3 (license license:gpl3+))) ; icons/* under CC-BY-SA3
(define-public editorconfig-core-c (define-public editorconfig-core-c
(package (package