guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: libraqm: Update to 0.7.1.


From: guix-commits
Subject: 03/09: gnu: libraqm: Update to 0.7.1.
Date: Mon, 23 Nov 2020 16:12:29 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit cf341c39f721394063ba717d2a54591eecc70b9c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Nov 23 21:35:29 2020 +0100

    gnu: libraqm: Update to 0.7.1.
    
    * gnu/packages/fontutils.scm (libraqm): Update to 0.7.1.
---
 gnu/packages/fontutils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 870b6dd..7409670 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -937,7 +937,7 @@ Unicode Charts.  It was developed for use with DejaVu Fonts 
project.")
 (define-public libraqm
   (package
     (name "libraqm")
-    (version "0.7.0")
+    (version "0.7.1")
     (source
      (origin
        (method url-fetch)
@@ -945,7 +945,7 @@ Unicode Charts.  It was developed for use with DejaVu Fonts 
project.")
                            "releases/download/v" version "/"
                            "raqm-" version ".tar.gz"))
        (sha256
-        (base32 "0hgry3fj2y3qaq2fnmdgd93ixkk3ns5jds4vglkiv2jfvpn7b1g2"))))
+        (base32 "0a4q9dziirb85sa9rmkamg2krdhd009di2vlz91njwxcp3q8qj46"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags (list "--disable-static")))



reply via email to

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