guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: manuskript: Update to 0.11.0.


From: guix-commits
Subject: branch master updated: gnu: manuskript: Update to 0.11.0.
Date: Tue, 28 Jan 2020 03:18:27 -0500

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

ngz pushed a commit to branch master
in repository guix.

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

commit d5a08205ebd0ba44b113cde6369e8f3c890eb4fd
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Tue Jan 28 09:18:01 2020 +0100

    gnu: manuskript: Update to 0.11.0.
    
    * gnu/packages/text-editors.scm (manuskript): Update to 0.11.0.
---
 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 922de86..7806a4c 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -468,7 +468,7 @@ environment with Markdown markup.")
 (define-public manuskript
   (package
     (name "manuskript")
-    (version "0.10.0")
+    (version "0.11.0")
     (source
      (origin
        (method git-fetch)
@@ -477,7 +477,7 @@ environment with Markdown markup.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0q413vym7hzjpyg3krj5y63hwpncdifjkyswqmr76zg5yqnklnh3"))))
+        (base32 "1l6l9k6k69yv8xqpll0zv9cwdqqg4zvxy90l6sx5nv2yywh5crla"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f                      ;no test



reply via email to

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