all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#40811] [PATCH] gnu: fontmanager: Update to 0.7.7
@ 2020-04-24  7:20 Boris A. Dekshteyn
  2020-04-24 22:28 ` Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: Boris A. Dekshteyn @ 2020-04-24  7:20 UTC (permalink / raw)
  To: 40811; +Cc: Boris A. Dekshteyn

---
 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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#40811] [PATCH] gnu: fontmanager: Update to 0.7.7
  2020-04-24  7:20 [bug#40811] [PATCH] gnu: fontmanager: Update to 0.7.7 Boris A. Dekshteyn
@ 2020-04-24 22:28 ` Nicolas Goaziou
  2020-04-25  6:19   ` Boris A. Dekshteyn
  0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Goaziou @ 2020-04-24 22:28 UTC (permalink / raw)
  To: Boris A. Dekshteyn; +Cc: Boris A. Dekshteyn, 40811

Hello,

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

> ---
>  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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#40811] [PATCH] gnu: fontmanager: Update to 0.7.7
  2020-04-24 22:28 ` Nicolas Goaziou
@ 2020-04-25  6:19   ` Boris A. Dekshteyn
  2020-04-25 20:55     ` bug#40811: " Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: Boris A. Dekshteyn @ 2020-04-25  6:19 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: Boris A. Dekshteyn, 40811


  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(-)

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#40811: [PATCH] gnu: fontmanager: Update to 0.7.7
  2020-04-25  6:19   ` Boris A. Dekshteyn
@ 2020-04-25 20:55     ` Nicolas Goaziou
  0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Goaziou @ 2020-04-25 20:55 UTC (permalink / raw)
  To: Boris A. Dekshteyn; +Cc: 40811-done

Hello,

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

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

Thank you. Applied.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-04-25 20:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-24  7:20 [bug#40811] [PATCH] gnu: fontmanager: Update to 0.7.7 Boris A. Dekshteyn
2020-04-24 22:28 ` Nicolas Goaziou
2020-04-25  6:19   ` Boris A. Dekshteyn
2020-04-25 20:55     ` bug#40811: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.