mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: font-comic-neue: Update to 2.5.
* gnu/packages/fonts.scm (font-comic-neue): Update to 2.5.
This commit is contained in:
parent
9dbef2ce69
commit
b21d1735e8
1 changed files with 2 additions and 4 deletions
|
@ -1121,16 +1121,14 @@ (define-public font-tamzen
|
|||
(define-public font-comic-neue
|
||||
(package
|
||||
(name "font-comic-neue")
|
||||
;; The ‘v2.3’ and ‘v2.4’ releases at https://github.com/crozynski/comicneue
|
||||
;; are equivalent. The home page hosts 2.3, not 2.4, so we use that here.
|
||||
(version "2.3")
|
||||
(version "2.5")
|
||||
(source (origin
|
||||
(method url-fetch/zipbomb)
|
||||
(uri (string-append
|
||||
"http://www.comicneue.com/comic-neue-" version ".zip"))
|
||||
(sha256
|
||||
(base32
|
||||
"1695hkpd8kqnr2a88p8xs496slgzxjjkzpa9aa33ml3pnh7519zk"))))
|
||||
"1ng0m0zs7qr91qy5ff0l01l27npr76961c6zfkxnhxf68zpwz5k4"))))
|
||||
(build-system font-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue