summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-06-02 03:39:08 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-06-02 18:06:03 +0200
commitd9240c705b59337f7d64a348a5ea5951b7012c63 (patch)
treece1dabe7815842a9d9e02da560f8ced5e46c04d3 /gnu
parentb8186ae606ca774db6ce942a5ffa7db5fcc45b8d (diff)
downloadguix-d9240c705b59337f7d64a348a5ea5951b7012c63.tar.gz
gnu: ghostwriter: Update to 1.8.1.
* gnu/packages/text-editors.scm (ghostwriter): Update to 1.8.1.
Diffstat (limited to 'gnu')
-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 8e4e49112d..1740404709 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -498,7 +498,7 @@ scripts/input/X11/C/Shell/HTML/Dired): 49KB.
 (define-public ghostwriter
   (package
     (name "ghostwriter")
-    (version "1.8.0")
+    (version "1.8.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -507,7 +507,7 @@ scripts/input/X11/C/Shell/HTML/Dired): 49KB.
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "13yn82m1l2pq93wbl569a2lzpc3sn8a8g30hsgdch1l9xlmhwran"))))
+                "0jc6szfh5sdnafhwsr1xv7cn1fznniq58bix41hb9wlbkvq7wzi6"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)