gnu: ghostwriter: Update to 1.6.2.

* gnu/packages/text-editors.scm (ghostwriter): Update to 1.6.2.
master
Tobias Geerinckx-Rice 2018-04-26 18:28:19 +02:00
parent 3b8064734e
commit d2caedf08d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -292,7 +292,7 @@ team.")
(define-public ghostwriter
(package
(name "ghostwriter")
(version "1.6.1")
(version "1.6.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -301,7 +301,7 @@ team.")
(file-name (git-file-name name version))
(sha256
(base32
"1ihdr4xk0j83q83xknbikxb7yf9qhlkgvc89w33lhj090cv376gd"))))
"0251563zy0q69fzfacvalpx43y15cshb0bhshyd4w37061gh1c12"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)