guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

17/20: gnu: ghostwriter: Update to 1.6.2.


From: Tobias Geerinckx-Rice
Subject: 17/20: gnu: ghostwriter: Update to 1.6.2.
Date: Thu, 26 Apr 2018 15:09:47 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d2caedf08d24d6780beede84c0a58f851ee5816c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Apr 26 18:28:19 2018 +0200

    gnu: ghostwriter: Update to 1.6.2.
    
    * gnu/packages/text-editors.scm (ghostwriter): Update to 1.6.2.
---
 gnu/packages/text-editors.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 6d8d800..1382e32 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]