guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ghostwriter: Update to 2.0.1.


From: guix-commits
Subject: branch master updated: gnu: ghostwriter: Update to 2.0.1.
Date: Mon, 07 Jun 2021 18:20:52 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fc58d9a  gnu: ghostwriter: Update to 2.0.1.
fc58d9a is described below

commit fc58d9ac66462cc528ce679c9955c0b16382fdf0
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon Jun 7 18:19:29 2021 -0400

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

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 193b6ba..012059d 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -601,8 +601,7 @@ scripts/input/X11/C/Shell/HTML/Dired): 49KB.
 (define-public ghostwriter
   (package
     (name "ghostwriter")
-    ;; XXX We use a release candidate to fix incompatibility with Qt 5.15.
-    (version "2.0.0-rc4")
+    (version "2.0.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -611,7 +610,7 @@ scripts/input/X11/C/Shell/HTML/Dired): 49KB.
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "07547503a209hc0fcg902w3x0s1m899c10nj3gqz3hak0cmrasi3"))))
+                "07jrsh6549zypdnyy7g6yvggrz5mlya9jm7zmkjmvl7s0min3mbc"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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