gnu: libraqm: Update to 0.8.0.

* gnu/packages/fontutils.scm (libraqm): Update to 0.8.0.
This commit is contained in:
Nicolas Goaziou 2021-12-14 13:36:53 +01:00
parent afe11ca628
commit 2c9e2587ca
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -11,7 +11,7 @@
;;; Copyright © 2018, 2019, 2020, 2021 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2019, 2020 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2020 Roel Janssen <roel@gnu.org>
;;; Copyright © 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2020, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2020, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2021 Sarah Morgensen <iskarian@mgsn.dev>
@ -982,7 +982,7 @@ (define-public fntsample
(define-public libraqm
(package
(name "libraqm")
(version "0.7.2")
(version "0.8.0")
(source
(origin
(method git-fetch)
@ -991,7 +991,7 @@ (define-public libraqm
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1shcs5l27l7380dvacvhl8wrdq3lix0wnhzvfdh7vx2pkzjs3zk6"))))
(base32 "0qrdw67n14n0km2f8l0gk8scgj3ybz662s9x8jwj3rrj33nl2d1a"))))
(build-system meson-build-system)
(native-inputs
(list gtk-doc/stable pkg-config python-wrapper))