mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
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:
parent
67d67b757d
commit
3af9282853
2 changed files with 4 additions and 4 deletions
|
@ -886,7 +886,7 @@ (define-public ungoogled-chromium
|
|||
gdk-pixbuf
|
||||
glib
|
||||
gtk+
|
||||
harfbuzz-3.0
|
||||
harfbuzz-3
|
||||
icu4c-71
|
||||
jsoncpp
|
||||
lcms
|
||||
|
|
|
@ -279,10 +279,10 @@ (define-public harfbuzz
|
|||
"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 @@ (define-public harfbuzz-3.0
|
|||
"/harfbuzz-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ngk8vn06rryx3s4v5pbl91bw1j1pd4431n77rw3j5a533hhwsq3"))))))
|
||||
"0lprrl8iih8ji1n17xwm5llz05a1hv4g04b7a3y229dq9myahn3i"))))))
|
||||
|
||||
(define-public libdatrie
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue