This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 2c9e258 gnu: libraqm: Update to 0.8.0.
2c9e258 is described below
commit 2c9e2587caf539c11dcb67937eb01bbbb362fec3
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue Dec 14 13:36:53 2021 +0100
gnu: libraqm: Update to 0.8.0.
* gnu/packages/fontutils.scm (libraqm): Update to 0.8.0.
---
gnu/packages/fontutils.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 2a34198..9db844a 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -11,7 +11,7 @@
;;; Copyright © 2018, 2019, 2020, 2021 Ludovic Courtès <[email protected]>
;;; Copyright © 2019, 2020 Marius Bakke <[email protected]>
;;; Copyright © 2020 Roel Janssen <[email protected]>
-;;; Copyright © 2020 Nicolas Goaziou <[email protected]>
+;;; Copyright © 2020, 2021 Nicolas Goaziou <[email protected]>
;;; Copyright © 2021 Maxim Cournoyer <[email protected]>
;;; Copyright © 2020, 2021 Nicolas Goaziou <[email protected]>
;;; Copyright © 2021 Sarah Morgensen <[email protected]>
@@ -982,7 +982,7 @@ Unicode Charts. It was developed for use with DejaVu Fonts
project.")
(define-public libraqm
(package
(name "libraqm")
- (version "0.7.2")
+ (version "0.8.0")
(source
(origin
(method git-fetch)
@@ -991,7 +991,7 @@ Unicode Charts. It was developed for use with DejaVu Fonts
project.")
(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))