all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62225] [PATCH] gnu: manuskript: Update to 0.15.0.
@ 2023-03-16 19:27 Nicolas Goaziou
  2023-03-21 19:16 ` bug#62225: " Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Goaziou @ 2023-03-16 19:27 UTC (permalink / raw)
  To: 62225

* gnu/packages/text-editors.scm (manuskript): Update to 0.15.0.
[inputs]: Add PYTHON-PYENCHANT.
---
 gnu/packages/text-editors.scm | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 0dbdbbde89..c296fff825 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -64,6 +64,7 @@ (define-module (gnu packages text-editors)
   #:use-module (gnu packages curl)
   #:use-module (gnu packages datastructures)
   #:use-module (gnu packages documentation)
+  #:use-module (gnu packages enchant)
   #:use-module (gnu packages fontutils)
   #:use-module (gnu packages freedesktop)
   #:use-module (gnu packages gettext)
@@ -709,7 +710,7 @@ (define-public ghostwriter
 (define-public manuskript
   (package
     (name "manuskript")
-    (version "0.14.0")
+    (version "0.15.0")
     (source
      (origin
        (method git-fetch)
@@ -718,7 +719,7 @@ (define-public manuskript
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0qhr9bkq4yl2qjainpsv7blzcji2q9ic9zcynawmhfqy3rmf8qlr"))))
+        (base32 "0d1r62s1qidspck0b1zf8dibyjn9g72agbkjcica4bvfylnbqz9z"))))
     (build-system python-build-system)
     (arguments
      (list
@@ -773,7 +774,12 @@ (define-public manuskript
                    #:icon "manuskript"
                    #:categories "Office;WordProcessor;"))))))))
     (inputs
-     (list pandoc python-lxml python-markdown python-pyqt qtsvg-5))
+     (list pandoc
+           python-lxml
+           python-markdown
+           python-pyenchant
+           python-pyqt
+           qtsvg-5))
     (home-page "http://www.theologeek.ch/manuskript/")
     (synopsis "Tool for writers")
     (description "Manuskript provides a rich environment to help

base-commit: b79187ab500902fe4d9b1c605151ac3078760392
-- 
2.39.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#62225: [PATCH] gnu: manuskript: Update to 0.15.0.
  2023-03-16 19:27 [bug#62225] [PATCH] gnu: manuskript: Update to 0.15.0 Nicolas Goaziou
@ 2023-03-21 19:16 ` Maxim Cournoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2023-03-21 19:16 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: 62225-done

Hello!

Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

> * gnu/packages/text-editors.scm (manuskript): Update to 0.15.0.
> [inputs]: Add PYTHON-PYENCHANT.

Installed, thank you!

-- 
Maxim




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-21 19:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-16 19:27 [bug#62225] [PATCH] gnu: manuskript: Update to 0.15.0 Nicolas Goaziou
2023-03-21 19:16 ` bug#62225: " Maxim Cournoyer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.