mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: libraqm: Parametrize version.
* gnu/packages/fontutils.scm (libraqm)[source]: Parametrize version.
This commit is contained in:
parent
a1797f3244
commit
67c525035f
1 changed files with 1 additions and 1 deletions
|
@ -848,7 +848,7 @@ (define-public libraqm
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue