mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: font-mononoki: Update to 1.6.
* gnu/packages/fonts.scm (font-mononoki): Update to 1.6. Change-Id: I39d2690481197afa86ebdf959fd5f904d0b3104f
This commit is contained in:
parent
9ddbfb27cf
commit
12474d20d2
1 changed files with 2 additions and 2 deletions
|
@ -2473,7 +2473,7 @@ (define-public font-sil-charis
|
|||
(define-public font-mononoki
|
||||
(package
|
||||
(name "font-mononoki")
|
||||
(version "1.3")
|
||||
(version "1.6")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -2481,7 +2481,7 @@ (define-public font-mononoki
|
|||
(commit version)))
|
||||
(sha256
|
||||
(base32
|
||||
"07gh84iw84g8fha3gx4yjyl1rsksqhy2kk38f01m048sgjp6ww5j"))
|
||||
"1mqinvb3hyimga8qjgpwgfv30yddzyicd79shhjbsns91v5z4x33"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system font-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue