GNU bug report logs - #67618
[PATCH] gnu: harfbuzz: Update to 8.3.0.

Previous Next

Package: guix-patches;

Reported by: Timmy Douglas <mail <at> timmydouglas.com>

Date: Mon, 4 Dec 2023 07:18:01 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Timmy Douglas <mail <at> timmydouglas.com>
Subject: bug#67618: closed (Re: [bug#67618] [PATCH]  gnu: harfbuzz: Update
 to 8.3.0.)
Date: Tue, 19 Dec 2023 22:59:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#67618: [PATCH]  gnu: harfbuzz: Update to 8.3.0.

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 67618 <at> debbugs.gnu.org.

-- 
67618: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67618
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Timmy Douglas <mail <at> timmydouglas.com>, Maxim Cournoyer
 <maxim.cournoyer <at> gmail.com>
Cc: Raghav Gururajan <rg <at> raghavgururajan.name>, 67618-done <at> debbugs.gnu.org
Subject: Re: [bug#67618] [PATCH]  gnu: harfbuzz: Update to 8.3.0.
Date: Tue, 19 Dec 2023 23:57:54 +0100
Am Dienstag, dem 05.12.2023 um 21:32 -0800 schrieb Timmy Douglas:
> [...]
> Given this is going to the gnome-team and I don't know the timeline
> for that, generally speaking, do people just run ./pre-inst-env guix
> upgrade if they want something locally?
Yes indeed.

Quick update: it is now on gnome-team.

Thanks

[Message part 3 (message/rfc822, inline)]
From: Timmy Douglas <mail <at> timmydouglas.com>
To: guix-patches <at> gnu.org
Cc: Timmy Douglas <mail <at> timmydouglas.com>
Subject: [PATCH]  gnu: harfbuzz: Update to 8.3.0.
Date: Sun,  3 Dec 2023 23:11:52 -0800
    * gnu/packages/gtk.scm (harfbuzz): Update to 8.3.0.
---

I was trying to install some software and found that it depended on a
newer version of harfbuzz.  I wasn't sure how to verify this doesn't
cause issues with other packages that have this as a dependency.
Thanks!

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

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 47d4c1808f..c9f0349b42 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -258,7 +258,7 @@ (define-public cairo-xcb
 (define-public harfbuzz
   (package
     (name "harfbuzz")
-    (version "5.3.1")
+    (version "8.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/harfbuzz/harfbuzz"
@@ -266,7 +266,7 @@ (define-public harfbuzz
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0ka3nkk2lks2lgakq02vyibwdziv11dkpa2brkx230asnyby0v2a"))))
+                "0izq2lpqxrf1l755nxrxkkiarywkx5j43asznankxplbxgm0358h"))))
     (build-system gnu-build-system)
     (outputs '("out"
                "bin"))                  ;160K, only hb-view depend on cairo

base-commit: 6e2dd51df5f3f51e9056dd4f2e1b036195ab3caa
-- 
2.41.0




This bug report was last modified 1 year and 151 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.