mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: libraqm: Update to 0.7.1.
* gnu/packages/fontutils.scm (libraqm): Update to 0.7.1.
This commit is contained in:
parent
8cc6cd3429
commit
cf341c39f7
1 changed files with 2 additions and 2 deletions
|
@ -937,7 +937,7 @@ (define-public fntsample
|
|||
(define-public libraqm
|
||||
(package
|
||||
(name "libraqm")
|
||||
(version "0.7.0")
|
||||
(version "0.7.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -945,7 +945,7 @@ (define-public libraqm
|
|||
"releases/download/v" version "/"
|
||||
"raqm-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0hgry3fj2y3qaq2fnmdgd93ixkk3ns5jds4vglkiv2jfvpn7b1g2"))))
|
||||
(base32 "0a4q9dziirb85sa9rmkamg2krdhd009di2vlz91njwxcp3q8qj46"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags (list "--disable-static")))
|
||||
|
|
Loading…
Reference in a new issue