me
/
guix
Archived
1
0
Fork 0

gnu: libraqm: Update to 0.7.1.

* gnu/packages/fontutils.scm (libraqm): Update to 0.7.1.
master
Tobias Geerinckx-Rice 2020-11-23 21:35:29 +01:00
parent 8cc6cd3429
commit cf341c39f7
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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