[PATCH] gnu: fontmanager: Update to 0.7.7

  • Done
  • quality assurance status badge
Details
2 participants
  • Boris A. Dekshteyn
  • Nicolas Goaziou
Owner
unassigned
Submitted by
Boris A. Dekshteyn
Severity
normal
B
B
Boris A. Dekshteyn wrote on 24 Apr 2020 09:20
(address . guix-patches@gnu.org)(name . Boris A. Dekshteyn)(address . boris.dekshteyn@google.com)
20200424072046.32582-1-boris.dekshteyn@google.com
---
gnu/packages/fontutils.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
N
N
Nicolas Goaziou wrote on 25 Apr 2020 00:28
(name . Boris A. Dekshteyn)(address . harlequin78@gmail.com)
87sggsfrh9.fsf@nicolasgoaziou.fr
Hello,

"Boris A. Dekshteyn" <harlequin78@gmail.com> writes:

Toggle quote (4 lines)
> ---
> gnu/packages/fontutils.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Thank you for this patch!

However, for proper attribution, and to make my life brighter, could you
use `git format-patch' and add a commit message to this? The message
itself is as simple as:

gnu: fontmanager: Update to 0.7.7.

gnu/packages/fontutils.scm (fontmanager): Update to 0.7.7.


Regards,

--
Nicolas Goaziou
B
B
Boris A. Dekshteyn wrote on 25 Apr 2020 08:19
(name . Nicolas Goaziou)(address . mail@nicolasgoaziou.fr)
878sik2ikx.fsf@gmail.com
gnu: fontmanager: Update to 0.7.7.

gnu/packages/fontutils.scm (fontmanager): Update to 0.7.7.

---
gnu/packages/fontutils.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
N
N
Nicolas Goaziou wrote on 25 Apr 2020 22:55
(name . Boris A. Dekshteyn)(address . harlequin78@gmail.com)(address . 40811-done@debbugs.gnu.org)
87k123xp3f.fsf@nicolasgoaziou.fr
Hello,

"Boris A. Dekshteyn" <harlequin78@gmail.com> writes:

Toggle quote (4 lines)
> gnu: fontmanager: Update to 0.7.7.
>
> gnu/packages/fontutils.scm (fontmanager): Update to 0.7.7.

Thank you. Applied.

Regards,

--
Nicolas Goaziou
Closed
?