all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#69522] [PATCH] gnu: uchardet: Update to 0.0.8.
       [not found] <9b72067acafc3aaa8c6b87e57fcbe0277370510c.1709462757.git.poomklao.ref@yahoo.com>
@ 2024-03-03 10:59 ` Parnikkapore via Guix-patches via
  2024-03-10  5:09   ` bug#69522: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Parnikkapore via Guix-patches via @ 2024-03-03 10:59 UTC (permalink / raw)
  To: 69522

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#69522: [PATCH] gnu: uchardet: Update to 0.0.8.
  2024-03-03 10:59 ` [bug#69522] [PATCH] gnu: uchardet: Update to 0.0.8 Parnikkapore via Guix-patches via
@ 2024-03-10  5:09   ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2024-03-10  5:09 UTC (permalink / raw)
  To: Parnikkapore; +Cc: 69522-done

Parnikkapore <poomklao@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!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-10  5:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <9b72067acafc3aaa8c6b87e57fcbe0277370510c.1709462757.git.poomklao.ref@yahoo.com>
2024-03-03 10:59 ` [bug#69522] [PATCH] gnu: uchardet: Update to 0.0.8 Parnikkapore via Guix-patches via
2024-03-10  5:09   ` bug#69522: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.