GNU bug report logs -
#69522
[PATCH] gnu: uchardet: Update to 0.0.8.
Previous Next
Reported by: Parnikkapore <poomklao <at> yahoo.com>
Date: Sun, 3 Mar 2024 11:01:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#69522: [PATCH] gnu: uchardet: Update to 0.0.8.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 69522 <at> debbugs.gnu.org.
--
69522: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69522
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Parnikkapore <poomklao <at> yahoo.com> writes:
> * gnu/packages/freedesktop.scm (uchardet): Update to 0.0.8.
>
> Change-Id: I8a601ec7ef9b92b0efe4bc9b23affa6dc4bde24e
> ---
>
> This update to uchardet fixes build on i686 as well:
> https://gitlab.freedesktop.org/uchardet/uchardet/-/issues/16
Pushed as commit 7758e63f7a, thank you!
[Message part 3 (message/rfc822, inline)]
* gnu/packages/freedesktop.scm (uchardet): Update to 0.0.8.
Change-Id: I8a601ec7ef9b92b0efe4bc9b23affa6dc4bde24e
---
This update to uchardet fixes build on i686 as well:
https://gitlab.freedesktop.org/uchardet/uchardet/-/issues/16
gnu/packages/freedesktop.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 7b5d2dbbf2..a62b54a526 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -2427,14 +2427,14 @@ (define-public perl-file-mimeinfo
(define-public uchardet
(package
(name "uchardet")
- (version "0.0.7")
+ (version "0.0.8")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.freedesktop.org/software/"
name "/releases/" name "-" version ".tar.xz"))
(sha256
- (base32 "1ca51sryhryqz82v4d0graaiqqq5w2f33a9gj83b910xmq499irz"))))
+ (base32 "1w659aiphbnczpry771diakrzg9a8aqpn2abcxx1870aq37n0yp9"))))
(build-system cmake-build-system)
(home-page "https://www.freedesktop.org/wiki/Software/uchardet/")
(synopsis "Encoding detector library")
base-commit: f00f56514d90ebba5d9e08ec786c8118e437097c
--
2.41.0
This bug report was last modified 1 year and 73 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.