mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: manuskript: Update to 0.15.0.
* gnu/packages/text-editors.scm (manuskript): Update to 0.15.0. [inputs]: Add PYTHON-PYENCHANT. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
4e9f914680
commit
55f29c1cbe
1 changed files with 9 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue