[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#40811] [PATCH] gnu: fontmanager: Update to 0.7.7
From: |
Boris A. Dekshteyn |
Subject: |
[bug#40811] [PATCH] gnu: fontmanager: Update to 0.7.7 |
Date: |
Fri, 24 Apr 2020 19:20:46 +1200 |
---
gnu/packages/fontutils.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 7455d3381a..2dffc0b919 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -727,7 +727,7 @@ maintain the Noto Fonts project.")
(define-public fontmanager
(package
(name "fontmanager")
- (version "0.7.5")
+ (version "0.7.7")
(source
(origin
(method git-fetch)
@@ -737,7 +737,7 @@ maintain the Noto Fonts project.")
(file-name (git-file-name name version))
(sha256
(base32
- "16hma8rrkam6ngn5vbdaryn31vdixvii6920g9z928gylz9xkd3g"))))
+ "1bzqvspplp1zj0n0869jqbc60wgbjhf0vdrn5bj8dfawxynh8s5f"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
--
2.26.1
- [bug#40811] [PATCH] gnu: fontmanager: Update to 0.7.7,
Boris A. Dekshteyn <=