[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: font-go: Update to 20170330-1.f03a046.
From: |
Ludovic Courtès |
Subject: |
05/06: gnu: font-go: Update to 20170330-1.f03a046. |
Date: |
Wed, 31 May 2017 11:09:09 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 406c46e20ad0a84cf0cfcd104fd2c7a82e9c53b0
Author: Alex Griffin <address@hidden>
Date: Sat May 27 01:15:21 2017 -0500
gnu: font-go: Update to 20170330-1.f03a046.
* gnu/packages/fonts.scm (font-go): Update to 20170330-1.f03a046.
Signed-off-by: Ludovic Courtès <address@hidden>
---
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 954c588..8564b9c 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1235,11 +1235,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)
@@ -1248,7 +1248,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))
- branch master updated (bbc4167 -> 208abec), Ludovic Courtès, 2017/05/31
- 01/06: tests: Fix race condition in 'container-excursion*' test., Ludovic Courtès, 2017/05/31
- 04/06: gnu: Add mediainfo., Ludovic Courtès, 2017/05/31
- 05/06: gnu: font-go: Update to 20170330-1.f03a046.,
Ludovic Courtès <=
- 03/06: gnu: Add libmediainfo, Ludovic Courtès, 2017/05/31
- 02/06: gnu: Add libzen., Ludovic Courtès, 2017/05/31
- 06/06: gnu: font-iosevka: Update to 1.12.5., Ludovic Courtès, 2017/05/31