me
/
guix
Archived
1
0
Fork 0

gnu: ghostwriter: Update to 2.0.2.

* gnu/packages/text-editors.scm (ghostwriter): Update to 2.0.2.
master
Tobias Geerinckx-Rice 2021-06-30 14:44:58 +02:00
parent 5b446c4486
commit 73e732fd21
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -634,7 +634,7 @@ scripts/input/X11/C/Shell/HTML/Dired): 49KB.
(define-public ghostwriter
(package
(name "ghostwriter")
(version "2.0.1")
(version "2.0.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -643,7 +643,7 @@ scripts/input/X11/C/Shell/HTML/Dired): 49KB.
(file-name (git-file-name name version))
(sha256
(base32
"07jrsh6549zypdnyy7g6yvggrz5mlya9jm7zmkjmvl7s0min3mbc"))))
"19cf55b86yj2b5hdazbyw4iyp6xq155243aiyg4m0vhwh0h79nwh"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)