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.master
parent
67d67b757d
commit
3af9282853
|
@ -886,7 +886,7 @@
|
||||||
gdk-pixbuf
|
gdk-pixbuf
|
||||||
glib
|
glib
|
||||||
gtk+
|
gtk+
|
||||||
harfbuzz-3.0
|
harfbuzz-3
|
||||||
icu4c-71
|
icu4c-71
|
||||||
jsoncpp
|
jsoncpp
|
||||||
lcms
|
lcms
|
||||||
|
|
|
@ -279,10 +279,10 @@ output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB.")
|
||||||
"See 'COPYING' in the distribution."))
|
"See 'COPYING' in the distribution."))
|
||||||
(home-page "https://www.freedesktop.org/wiki/Software/HarfBuzz/")))
|
(home-page "https://www.freedesktop.org/wiki/Software/HarfBuzz/")))
|
||||||
|
|
||||||
(define-public harfbuzz-3.0
|
(define-public harfbuzz-3
|
||||||
(package
|
(package
|
||||||
(inherit harfbuzz)
|
(inherit harfbuzz)
|
||||||
(version "3.0.0")
|
(version "3.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/harfbuzz/harfbuzz"
|
(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"))
|
"/harfbuzz-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ngk8vn06rryx3s4v5pbl91bw1j1pd4431n77rw3j5a533hhwsq3"))))))
|
"0lprrl8iih8ji1n17xwm5llz05a1hv4g04b7a3y229dq9myahn3i"))))))
|
||||||
|
|
||||||
(define-public libdatrie
|
(define-public libdatrie
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue