3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: libraqm: Parametrize version.

* gnu/packages/fontutils.scm (libraqm)[source]: Parametrize version.
This commit is contained in:
Nicolas Goaziou 2020-03-05 18:43:09 +01:00
parent a1797f3244
commit 67c525035f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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)