gnu: liblouis: Update to 3.15.0.

* gnu/packages/language.scm (liblouis): Update to 3.15.0.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-02 18:18:47 +02:00
parent 13e245f591
commit b4fb61f60b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015, 2016 Eric Bavier <bavier@member.fsf.org> ;;; 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 © 2018 Nikita <nikita@n0.is>
;;; Copyright © 2019 Alex Vong <alexvong1995@gmail.com> ;;; Copyright © 2019 Alex Vong <alexvong1995@gmail.com>
;;; Copyright © 2020 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2020 Ricardo Wurmus <rekado@elephly.net>
@ -56,7 +56,7 @@
(define-public liblouis (define-public liblouis
(package (package
(name "liblouis") (name "liblouis")
(version "3.14.0") (version "3.15.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -66,7 +66,7 @@
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0v6w8b9r994mkkbm2gqgd7k5yfmdhgbabh0j1gmn375nyvhy4qqh")))) (base32 "1ljy5xsy7vf2r0ix0d7bqcr6qvr6897f8madsx9zlm1mrj31n5px"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(outputs '("out" "bin" "doc" "python")) (outputs '("out" "bin" "doc" "python"))
(arguments (arguments
@ -76,7 +76,6 @@
"--enable-ucs4") "--enable-ucs4")
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
;; To install the sub-package "python".
(add-after 'install 'install-python-extension (add-after 'install 'install-python-extension
(lambda* (#:key outputs #:allow-other-keys) (lambda* (#:key outputs #:allow-other-keys)
(with-directory-excursion "python" (with-directory-excursion "python"
@ -104,12 +103,8 @@ support a rule- or dictionary based approach. Tools for testing and debugging
tables are also included. Liblouis also supports math braille, Nemeth and tables are also included. Liblouis also supports math braille, Nemeth and
Marburg.") Marburg.")
(home-page "http://liblouis.org/") (home-page "http://liblouis.org/")
(license (license (list lgpl2.1+ ; library
(list gpl3+)))) ; tools
;; Library
lgpl2.1+
;; Tools
gpl3+))))
(define-public liblouisutdml (define-public liblouisutdml
(package (package