guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/12: gnu: harfbuzz: Add 5.3.1.


From: guix-commits
Subject: 10/12: gnu: harfbuzz: Add 5.3.1.
Date: Thu, 1 Dec 2022 18:25:10 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 1a8d063a44f93a47831e8e2680e82663dfbf9c10
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Nov 30 14:12:49 2022 +0100

    gnu: harfbuzz: Add 5.3.1.
    
    * gnu/packages/gtk.scm (harfbuzz-5): New variable.
---
 gnu/packages/gtk.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index ad34dd51ec..de82b9e55f 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -344,6 +344,20 @@ output.  Experimental backends include OpenGL, BeOS, OS/2, 
and DirectFB.")
                (base32
                 "0c5mzwgz43d37h75p4b6cgjg4v24jdd96i7gjpgxirn8qks2i5m4"))))))
 
+
+(define-public harfbuzz-5
+  (package
+    (inherit harfbuzz)
+    (version "5.3.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://github.com/harfbuzz/harfbuzz";
+                                  "/releases/download/" version "/harfbuzz-"
+                                  version ".tar.xz"))
+              (sha256
+               (base32
+                "0ka3nkk2lks2lgakq02vyibwdziv11dkpa2brkx230asnyby0v2a"))))))
+
 (define-public libdatrie
   (package
     (name "libdatrie")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]