[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/19: gnu: vera: Update to 1.24.
From: |
guix-commits |
Subject: |
06/19: gnu: vera: Update to 1.24. |
Date: |
Wed, 4 Nov 2020 22:00:38 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 274bbce817ed66a343c33e3839e982bc14aa0257
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 4 20:51:00 2020 +0100
gnu: vera: Update to 1.24.
* gnu/packages/dictionaries.scm (vera): Update to 1.24.
[arguments]: Replace problematic (non-)character.
---
gnu/packages/dictionaries.scm | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm
index f60b3f3..4e3c1e8 100644
--- a/gnu/packages/dictionaries.scm
+++ b/gnu/packages/dictionaries.scm
@@ -53,14 +53,14 @@
(define-public vera
(package
(name "vera")
- (version "1.23")
+ (version "1.24")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/vera/vera-" version
".tar.gz"))
(sha256
(base32
- "1az0v563jja8xb4896jyr8yv7jd9zacqyfkjd7psb73v7clg1mzz"))))
+ "1j5p679vw72bv766acbg6g89k31ynmrzlpg7s3wzy4krlwdf92xc"))))
(build-system trivial-build-system)
(arguments
`(#:builder (begin
@@ -80,6 +80,12 @@
(mkdir-p info)
(mkdir-p html)
+ ;; Change a ‘Malformed UTF-8 character: \xd7\x34
(unexpected
+ ;; non-continuation byte 0x34, immediately after start
byte
+ ;; 0xd7; need 2 bytes, got 1) in pattern match (m//)’.
+ (substitute* "vera.h"
+ (("320.480") "320x480"))
+
;; XXX: Use '--force' because the document is unhappy
;; with Texinfo 5 (yes, documents can be unhappy.)
(invoke (string-append texi "/bin/makeinfo")
- branch master updated (c98f68c -> facdae0), guix-commits, 2020/11/04
- 02/19: gnu: gpxsee: Update to 7.35., guix-commits, 2020/11/04
- 03/19: gnu: zeitgeist: Update to 1.0.3., guix-commits, 2020/11/04
- 04/19: gnu: colord: Update to 1.4.5., guix-commits, 2020/11/04
- 08/19: gnu: i3-gaps: Update to 4.18.3., guix-commits, 2020/11/04
- 01/19: gnu: wavemon: Update to 0.9.2., guix-commits, 2020/11/04
- 05/19: gnu: php: Move a test disablement., guix-commits, 2020/11/04
- 06/19: gnu: vera: Update to 1.24.,
guix-commits <=
- 07/19: gnu: i3-wm: Update to 4.18.3., guix-commits, 2020/11/04
- 10/19: gnu: oil: Update to 0.8.3., guix-commits, 2020/11/04
- 13/19: gnu: lldpd: Update to 1.0.7., guix-commits, 2020/11/04
- 15/19: gnu: libnice: Update to 0.1.18., guix-commits, 2020/11/04
- 12/19: gnu: fldigi: Update to 4.1.15., guix-commits, 2020/11/04
- 16/19: gnu: toxic: Update to 0.8.4., guix-commits, 2020/11/04
- 09/19: gnu: xl2tpd: Update to 1.3.16., guix-commits, 2020/11/04
- 14/19: gnu: lldpd: Omit static library., guix-commits, 2020/11/04
- 18/19: gnu: praat: Update to 6.1.30., guix-commits, 2020/11/04
- 11/19: gnu: python-sphinx-intl: Update to 2.0.1., guix-commits, 2020/11/04