[PATCH] gnu: uchardet: Update to 0.0.8.

  • Done
  • quality assurance status badge
Details
2 participants
  • 宋文武
  • Parnikkapore
Owner
unassigned
Submitted by
Parnikkapore
Severity
normal

Debbugs page

Parnikkapore wrote 1 years ago
(address . guix-patches@gnu.org)
9b72067acafc3aaa8c6b87e57fcbe0277370510c.1709462757.git.poomklao@yahoo.com
* gnu/packages/freedesktop.scm (uchardet): Update to 0.0.8.

Change-Id: I8a601ec7ef9b92b0efe4bc9b23affa6dc4bde24e
---

This update to uchardet fixes build on i686 as well:

gnu/packages/freedesktop.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
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
宋文武 wrote 1 years ago
(name . Parnikkapore)(address . poomklao@yahoo.com)(address . 69522-done@debbugs.gnu.org)
874jdeekqx.fsf@envs.net
Parnikkapore <poomklao@yahoo.com> writes:

Toggle quote (8 lines)
> * 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!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69522@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69522
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help