mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: ghostwriter: Update to 1.6.2.
* gnu/packages/text-editors.scm (ghostwriter): Update to 1.6.2.
This commit is contained in:
parent
3b8064734e
commit
d2caedf08d
1 changed files with 2 additions and 2 deletions
|
@ -292,7 +292,7 @@ (define-public mg
|
|||
(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 @@ (define-public ghostwriter
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ihdr4xk0j83q83xknbikxb7yf9qhlkgvc89w33lhj090cv376gd"))))
|
||||
"0251563zy0q69fzfacvalpx43y15cshb0bhshyd4w37061gh1c12"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in a new issue