~ruther/guix-local

23b09d0b23ba9cacfcb5e4b3f980def697504b84 — Andreas Enge 1 year, 1 month ago b1ca13f
gnu: liblouis: Update to 3.34.0.

* gnu/packages/language.scm (liblouis): Update to 3.34.0.
[home-page]: Update.

Change-Id: Ic7ce768dbff37a49779dcc0e3dafeda80a0d299a
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/language.scm
M gnu/packages/language.scm => gnu/packages/language.scm +3 -3
@@ 343,7 343,7 @@ method, one of the most popular choices for Traditional Chinese users.")
(define-public liblouis
  (package
    (name "liblouis")
    (version "3.31.0")
    (version "3.34.0")
    (source
     (origin
       (method git-fetch)


@@ 353,7 353,7 @@ method, one of the most popular choices for Traditional Chinese users.")
         (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "02bga2l4jiyrgfqdl27wszz5yd6h80n2dmq3p6nb2br83jywisfh"))))
        (base32 "1p6ihaxnbwqi8vk471h7v71lkrknk6ahxggm3p7v7l6hal7n6smq"))))
    (build-system gnu-build-system)
    (outputs '("out" "bin" "doc" "python"))
    (arguments


@@ 391,7 391,7 @@ support for hyphenation.  New languages can easily be added through tables that
support a rule- or dictionary based approach.  Tools for testing and debugging
tables are also included.  Liblouis also supports math braille, Nemeth and
Marburg.")
    (home-page "http://liblouis.org/")
    (home-page "https://liblouis.io/")
    (license (list license:lgpl2.1+     ; library
                   license:gpl3+))))    ; tools