summaryrefslogtreecommitdiff
path: root/gnu/packages/text-editors.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-06-30 14:44:58 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-06-30 21:34:28 +0200
commit73e732fd21f7536b47f563768744443f7e6335d8 (patch)
treebac5933e56a104ac16d9848f7ee82d04e1f4ca1e /gnu/packages/text-editors.scm
parent5b446c4486bd69b09abd41810808faf2e16d59ed (diff)
downloadguix-patches-73e732fd21f7536b47f563768744443f7e6335d8.tar
guix-patches-73e732fd21f7536b47f563768744443f7e6335d8.tar.gz
gnu: ghostwriter: Update to 2.0.2.
* gnu/packages/text-editors.scm (ghostwriter): Update to 2.0.2.
Diffstat (limited to 'gnu/packages/text-editors.scm')
-rw-r--r--gnu/packages/text-editors.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 5ef6de0b5c..dda8a7adac 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -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)