mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: liblouis: Update to 3.15.0.
* gnu/packages/language.scm (liblouis): Update to 3.15.0.
This commit is contained in:
parent
13e245f591
commit
b4fb61f60b
1 changed files with 5 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2015, 2016 Eric Bavier <bavier@member.fsf.org>
|
||||
;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2017, 2018, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2018 Nikita <nikita@n0.is>
|
||||
;;; Copyright © 2019 Alex Vong <alexvong1995@gmail.com>
|
||||
;;; Copyright © 2020 Ricardo Wurmus <rekado@elephly.net>
|
||||
|
@ -56,7 +56,7 @@ (define-module (gnu packages language)
|
|||
(define-public liblouis
|
||||
(package
|
||||
(name "liblouis")
|
||||
(version "3.14.0")
|
||||
(version "3.15.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -66,7 +66,7 @@ (define-public liblouis
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0v6w8b9r994mkkbm2gqgd7k5yfmdhgbabh0j1gmn375nyvhy4qqh"))))
|
||||
(base32 "1ljy5xsy7vf2r0ix0d7bqcr6qvr6897f8madsx9zlm1mrj31n5px"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out" "bin" "doc" "python"))
|
||||
(arguments
|
||||
|
@ -76,7 +76,6 @@ (define-public liblouis
|
|||
"--enable-ucs4")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
;; To install the sub-package "python".
|
||||
(add-after 'install 'install-python-extension
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(with-directory-excursion "python"
|
||||
|
@ -104,12 +103,8 @@ (define-public liblouis
|
|||
tables are also included. Liblouis also supports math braille, Nemeth and
|
||||
Marburg.")
|
||||
(home-page "http://liblouis.org/")
|
||||
(license
|
||||
(list
|
||||
;; Library
|
||||
lgpl2.1+
|
||||
;; Tools
|
||||
gpl3+))))
|
||||
(license (list lgpl2.1+ ; library
|
||||
gpl3+)))) ; tools
|
||||
|
||||
(define-public liblouisutdml
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue