gnu: harfbuzz-3: Update to 3.4.0.

* gnu/packages/gtk.scm (harfbuzz-3.0): Rename to...
(harfbuzz-3): ... this.  Update to 3.4.0.
* gnu/packages/chromium.scm (ungoogled-chromium): Adjust accordingly.
This commit is contained in:
Liliana Marie Prikler 2022-06-24 23:08:26 +02:00
parent 67d67b757d
commit 3af9282853
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
2 changed files with 4 additions and 4 deletions

@ -886,7 +886,7 @@
gdk-pixbuf
glib
gtk+
harfbuzz-3.0
harfbuzz-3
icu4c-71
jsoncpp
lcms

@ -279,10 +279,10 @@ output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB.")
"See 'COPYING' in the distribution."))
(home-page "https://www.freedesktop.org/wiki/Software/HarfBuzz/")))
(define-public harfbuzz-3.0
(define-public harfbuzz-3
(package
(inherit harfbuzz)
(version "3.0.0")
(version "3.4.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/harfbuzz/harfbuzz"
@ -290,7 +290,7 @@ output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB.")
"/harfbuzz-" version ".tar.xz"))
(sha256
(base32
"1ngk8vn06rryx3s4v5pbl91bw1j1pd4431n77rw3j5a533hhwsq3"))))))
"0lprrl8iih8ji1n17xwm5llz05a1hv4g04b7a3y229dq9myahn3i"))))))
(define-public libdatrie
(package