ngz pushed a commit to branch master
in repository guix.

commit d98d484b47ad740226875962eb6ed869f804f031
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Mar 17 09:03:50 2024 +0100

    gnu: manuskript: Update to 0.16.1.
    
    * gnu/packages/text-editors.scm (manuskript): Update to 0.16.1.
    
    Change-Id: Ic088d1d0fee5d86a18bcca474695b2cf990de35e
---
 gnu/packages/text-editors.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index c6bf83ae10..2c9b7d0490 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -12,7 +12,7 @@
 ;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2019, 2022 Efraim Flashner <[email protected]>
 ;;; Copyright © 2019 Andreas Enge <[email protected]>
-;;; Copyright © 2019, 2020, 2021, 2022, 2023 Nicolas Goaziou 
<[email protected]>
+;;; Copyright © 2019-2024 Nicolas Goaziou <[email protected]>
 ;;; Copyright © 2020-2022 Marius Bakke <[email protected]>
 ;;; Copyright © 2020 Tom Zander <[email protected]>
 ;;; Copyright © 2020 Mark Meyer <[email protected]>
@@ -808,7 +808,7 @@ environment with Markdown markup.")
 (define-public manuskript
   (package
     (name "manuskript")
-    (version "0.15.0")
+    (version "0.16.1")
     (source
      (origin
        (method git-fetch)
@@ -817,7 +817,7 @@ environment with Markdown markup.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0d1r62s1qidspck0b1zf8dibyjn9g72agbkjcica4bvfylnbqz9z"))))
+        (base32 "1w1wscq7w0xx4wkkk9rl3pc067yspbk8qnfaq3i9sxc7k6zsy77x"))))
     (build-system python-build-system)
     (arguments
      (list

Reply via email to