all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#27105: [PATCH] gnu: font-go: Update to 20170330-1.f03a046.
@ 2017-05-27 18:48 Alex Griffin
  2017-05-31 14:54 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Griffin @ 2017-05-27 18:48 UTC (permalink / raw)
  To: 27105

[-- Attachment #1: Type: text/plain, Size: 72 bytes --]

This patch updates the Go fonts to the latest version.
-- 
Alex Griffin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-font-go-Update-to-20170330-1.f03a046.patch --]
[-- Type: text/x-patch; name="0001-gnu-font-go-Update-to-20170330-1.f03a046.patch", Size: 1608 bytes --]

From 95a61b176a10d89cb234e387a6a45b29b2e5c403 Mon Sep 17 00:00:00 2001
From: Alex Griffin <a@ajgrf.com>
Date: Sat, 27 May 2017 01:15:21 -0500
Subject: [PATCH 1/4] gnu: font-go: Update to 20170330-1.f03a046.

* gnu/packages/fonts.scm (font-go): Update to 20170330-1.f03a046.
---
 gnu/packages/fonts.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 03a1f6f79..74ed9b8b7 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1330,11 +1330,11 @@ programming.  Iosevka is completely generated from its source code.")
                   license:bsd-3))))  ; supporting code
 
 (define-public font-go
-  (let ((commit "b7f8df6bc082334698d4505fb85fa05e99156b72")
+  (let ((commit "f03a046406d4d7fbfd4ed29f554da8f6114049fc")
         (revision "1"))
     (package
      (name "font-go")
-     (version (string-append "20161115-" revision "." (string-take commit 7)))
+     (version (string-append "20170330-" revision "." (string-take commit 7)))
      (source (origin
               (file-name (string-append "go-image-" version "-checkout"))
               (method git-fetch)
@@ -1343,7 +1343,7 @@ programming.  Iosevka is completely generated from its source code.")
                     (commit commit)))
               (sha256
                (base32
-                "1ywxs6dmcyzwwsmnan3qqza7znprnbvmdi260x6sjmydz6dyq2zs"))))
+                "1aq6mnjayks55gd9ahavk6jfydlq5lm4xm0xk4pd5sqa74p5p74d"))))
      (build-system trivial-build-system)
      (arguments
       `(#:modules ((guix build utils))
-- 
2.13.0


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

* bug#27105: [PATCH] gnu: font-go: Update to 20170330-1.f03a046.
  2017-05-27 18:48 bug#27105: [PATCH] gnu: font-go: Update to 20170330-1.f03a046 Alex Griffin
@ 2017-05-31 14:54 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-05-31 14:54 UTC (permalink / raw)
  To: Alex Griffin; +Cc: 27105-done

Alex Griffin <a@ajgrf.com> skribis:

> From 95a61b176a10d89cb234e387a6a45b29b2e5c403 Mon Sep 17 00:00:00 2001
> From: Alex Griffin <a@ajgrf.com>
> Date: Sat, 27 May 2017 01:15:21 -0500
> Subject: [PATCH 1/4] gnu: font-go: Update to 20170330-1.f03a046.
>
> * gnu/packages/fonts.scm (font-go): Update to 20170330-1.f03a046.

Applied, thanks!

Ludo'.

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

end of thread, other threads:[~2017-05-31 14:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-27 18:48 bug#27105: [PATCH] gnu: font-go: Update to 20170330-1.f03a046 Alex Griffin
2017-05-31 14:54 ` Ludovic Courtès

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.