guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: libraqm: Update to 0.10.1.


From: guix-commits
Subject: 05/06: gnu: libraqm: Update to 0.10.1.
Date: Sun, 17 Mar 2024 11:22:50 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 9c80b9a5ca5b5a5cf1039821716b09e63d3939b7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Mar 17 16:05:43 2024 +0100

    gnu: libraqm: Update to 0.10.1.
    
    * gnu/packages/fontutils.scm (libraqm): Update to 0.10.1.
    
    Change-Id: Ic159b198a9f2c5b884df5568b0d4e528e36d2bb8
---
 gnu/packages/fontutils.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 299fe87edf..212c258aca 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -11,7 +11,7 @@
 ;;; Copyright © 2018, 2019, 2020, 2021, 2023 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2019, 2020, 2022 Marius Bakke <marius@gnu.org>
 ;;; Copyright © 2020 Roel Janssen <roel@gnu.org>
-;;; Copyright © 2020, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
+;;; Copyright © 2020, 2021, 2024 Nicolas Goaziou <mail@nicolasgoaziou.fr>
 ;;; Copyright © 2021, 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;; Copyright © 2021 Sarah Morgensen <iskarian@mgsn.dev>
 ;;; Copyright © 2022 Felipe Balbi <balbi@kernel.org>
@@ -2049,7 +2049,7 @@ Unicode Charts.  It was developed for use with DejaVu 
Fonts project.")
 (define-public libraqm
   (package
     (name "libraqm")
-    (version "0.8.0")
+    (version "0.10.1")
     (source
      (origin
        (method git-fetch)
@@ -2058,7 +2058,7 @@ Unicode Charts.  It was developed for use with DejaVu 
Fonts project.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0qrdw67n14n0km2f8l0gk8scgj3ybz662s9x8jwj3rrj33nl2d1a"))))
+        (base32 "1bzdrvacgj9629r4mgmag9sm5ay5914fbs8pnxf8xphvrbnbxm8z"))))
     (build-system meson-build-system)
     (native-inputs
      (list gtk-doc/stable pkg-config python-wrapper))



reply via email to

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