diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-08-20 00:08:46 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-08-20 00:14:20 +0200 |
| commit | 23b09d0b23ba9cacfcb5e4b3f980def697504b84 (patch) | |
| tree | 005138d4a42fa96dc29f659bf391dd2a4cc6463c /gnu | |
| parent | b1ca13ffb8728fec9e0dc42ba5f178de37cc68d9 (diff) | |
gnu: liblouis: Update to 3.34.0.
* gnu/packages/language.scm (liblouis): Update to 3.34.0.
[home-page]: Update.
Change-Id: Ic7ce768dbff37a49779dcc0e3dafeda80a0d299a
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/language.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/language.scm b/gnu/packages/language.scm index dc10309668f..90cb246c9c3 100644 --- a/gnu/packages/language.scm +++ b/gnu/packages/language.scm | |||
| @@ -343,7 +343,7 @@ method, one of the most popular choices for Traditional Chinese users.") | |||
| 343 | (define-public liblouis | 343 | (define-public liblouis |
| 344 | (package | 344 | (package |
| 345 | (name "liblouis") | 345 | (name "liblouis") |
| 346 | (version "3.31.0") | 346 | (version "3.34.0") |
| 347 | (source | 347 | (source |
| 348 | (origin | 348 | (origin |
| 349 | (method git-fetch) | 349 | (method git-fetch) |
| @@ -353,7 +353,7 @@ method, one of the most popular choices for Traditional Chinese users.") | |||
| 353 | (commit (string-append "v" version)))) | 353 | (commit (string-append "v" version)))) |
| 354 | (file-name (git-file-name name version)) | 354 | (file-name (git-file-name name version)) |
| 355 | (sha256 | 355 | (sha256 |
| 356 | (base32 "02bga2l4jiyrgfqdl27wszz5yd6h80n2dmq3p6nb2br83jywisfh")))) | 356 | (base32 "1p6ihaxnbwqi8vk471h7v71lkrknk6ahxggm3p7v7l6hal7n6smq")))) |
| 357 | (build-system gnu-build-system) | 357 | (build-system gnu-build-system) |
| 358 | (outputs '("out" "bin" "doc" "python")) | 358 | (outputs '("out" "bin" "doc" "python")) |
| 359 | (arguments | 359 | (arguments |
| @@ -391,7 +391,7 @@ support for hyphenation. New languages can easily be added through tables that | |||
| 391 | support a rule- or dictionary based approach. Tools for testing and debugging | 391 | support a rule- or dictionary based approach. Tools for testing and debugging |
| 392 | tables are also included. Liblouis also supports math braille, Nemeth and | 392 | tables are also included. Liblouis also supports math braille, Nemeth and |
| 393 | Marburg.") | 393 | Marburg.") |
| 394 | (home-page "http://liblouis.org/") | 394 | (home-page "https://liblouis.io/") |
| 395 | (license (list license:lgpl2.1+ ; library | 395 | (license (list license:lgpl2.1+ ; library |
| 396 | license:gpl3+)))) ; tools | 396 | license:gpl3+)))) ; tools |
| 397 | 397 | ||
