mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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 <ludo@gnu.org>
This commit is contained in:
parent
d5fa27774c
commit
406c46e20a
1 changed files with 3 additions and 3 deletions
|
@ -1235,11 +1235,11 @@ (define-public font-iosevka
|
||||||
license:bsd-3)))) ; supporting code
|
license:bsd-3)))) ; supporting code
|
||||||
|
|
||||||
(define-public font-go
|
(define-public font-go
|
||||||
(let ((commit "b7f8df6bc082334698d4505fb85fa05e99156b72")
|
(let ((commit "f03a046406d4d7fbfd4ed29f554da8f6114049fc")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "font-go")
|
(name "font-go")
|
||||||
(version (string-append "20161115-" revision "." (string-take commit 7)))
|
(version (string-append "20170330-" revision "." (string-take commit 7)))
|
||||||
(source (origin
|
(source (origin
|
||||||
(file-name (string-append "go-image-" version "-checkout"))
|
(file-name (string-append "go-image-" version "-checkout"))
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1248,7 +1248,7 @@ (define-public font-go
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ywxs6dmcyzwwsmnan3qqza7znprnbvmdi260x6sjmydz6dyq2zs"))))
|
"1aq6mnjayks55gd9ahavk6jfydlq5lm4xm0xk4pd5sqa74p5p74d"))))
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build utils))
|
`(#:modules ((guix build utils))
|
||||||
|
|
Loading…
Reference in a new issue