mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: libraqm: Update to 0.8.0.
* gnu/packages/fontutils.scm (libraqm): Update to 0.8.0.
This commit is contained in:
parent
afe11ca628
commit
2c9e2587ca
1 changed files with 3 additions and 3 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue