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.13.1.


From: guix-commits
Subject: branch master updated: gnu: manuskript: Update to 0.13.1.
Date: Thu, 16 Dec 2021 07:24:13 -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 a975a90  gnu: manuskript: Update to 0.13.1.
a975a90 is described below

commit a975a9082499c740fe5bb6dd77c660e6f88f66f0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Dec 16 13:22:49 2021 +0100

    gnu: manuskript: Update to 0.13.1.
    
    * gnu/packages/text-editors.scm (manuskript): Update to 0.13.1.
---
 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 13a1c1c..f727fd1 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -708,7 +708,7 @@ environment with Markdown markup.")
 (define-public manuskript
   (package
     (name "manuskript")
-    (version "0.12.0")
+    (version "0.13.1")
     (source
      (origin
        (method git-fetch)
@@ -717,7 +717,7 @@ environment with Markdown markup.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0gfwwnpjslb0g8y3v9ha4sd8in6bpy6bhi4rn4hmfd2vmq2flpbd"))))
+        (base32 "1rj41wimmaq47lwaz0d1iq270klp96xv9dpfdsxi5a2xcdm80jac"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f                      ;no test



reply via email to

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