guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: libraqm: Parametrize version.


From: guix-commits
Subject: branch master updated: gnu: libraqm: Parametrize version.
Date: Thu, 05 Mar 2020 12:43:35 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 67c5250  gnu: libraqm: Parametrize version.
67c5250 is described below

commit 67c525035f803fe9b17629c28a4fcfdbbefa63c3
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Thu Mar 5 18:43:09 2020 +0100

    gnu: libraqm: Parametrize version.
    
    * gnu/packages/fontutils.scm (libraqm)[source]: Parametrize version.
---
 gnu/packages/fontutils.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index fcdf767..d802feb 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -848,7 +848,7 @@ Unicode Charts.  It was developed for use with DejaVu Fonts 
project.")
        (method url-fetch)
        (uri (string-append "https://github.com/HOST-Oman/libraqm/";
                            "releases/download/v" version "/"
-                           "raqm-0.7.0.tar.gz"))
+                           "raqm-" version ".tar.gz"))
        (sha256
         (base32 "0hgry3fj2y3qaq2fnmdgd93ixkk3ns5jds4vglkiv2jfvpn7b1g2"))))
     (build-system gnu-build-system)



reply via email to

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