[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/07: gnu: liblouis: Update to 3.15.0.
From: |
guix-commits |
Subject: |
04/07: gnu: liblouis: Update to 3.15.0. |
Date: |
Fri, 2 Oct 2020 17:15:50 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit b4fb61f60bbd1b53e3ac0206f810d9a2ed179cfd
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Oct 2 18:18:47 2020 +0200
gnu: liblouis: Update to 3.15.0.
* gnu/packages/language.scm (liblouis): Update to 3.15.0.
---
gnu/packages/language.scm | 15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/language.scm b/gnu/packages/language.scm
index 89e5e30..090d18d 100644
--- a/gnu/packages/language.scm
+++ b/gnu/packages/language.scm
@@ -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-public liblouis
(package
(name "liblouis")
- (version "3.14.0")
+ (version "3.15.0")
(source
(origin
(method git-fetch)
@@ -66,7 +66,7 @@
(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 @@
"--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 @@ 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/")
- (license
- (list
- ;; Library
- lgpl2.1+
- ;; Tools
- gpl3+))))
+ (license (list lgpl2.1+ ; library
+ gpl3+)))) ; tools
(define-public liblouisutdml
(package
- branch master updated (3c01fcc -> 63e5ef4), guix-commits, 2020/10/02
- 01/07: gnu: perl-test-utf8: Update to 1.02., guix-commits, 2020/10/02
- 02/07: gnu: perl-async-interrupt: Update to 1.26., guix-commits, 2020/10/02
- 03/07: gnu: lsp-plugins: Update to 1.1.26., guix-commits, 2020/10/02
- 05/07: gnu: liblouisutdml: Update to 2.9.0., guix-commits, 2020/10/02
- 07/07: gnu: orc: Update to 0.4.32., guix-commits, 2020/10/02
- 06/07: gnu: zeromq: Update to 4.3.3., guix-commits, 2020/10/02
- 04/07: gnu: liblouis: Update to 3.15.0.,
guix-commits <=