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 @@ later hand-tweaked with the gbdfed(1) editor:
|
||||||
(define-public font-comic-neue
|
(define-public font-comic-neue
|
||||||
(package
|
(package
|
||||||
(name "font-comic-neue")
|
(name "font-comic-neue")
|
||||||
;; The ‘v2.3’ and ‘v2.4’ releases at https://github.com/crozynski/comicneue
|
(version "2.5")
|
||||||
;; are equivalent. The home page hosts 2.3, not 2.4, so we use that here.
|
|
||||||
(version "2.3")
|
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch/zipbomb)
|
(method url-fetch/zipbomb)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://www.comicneue.com/comic-neue-" version ".zip"))
|
"http://www.comicneue.com/comic-neue-" version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1695hkpd8kqnr2a88p8xs496slgzxjjkzpa9aa33ml3pnh7519zk"))))
|
"1ng0m0zs7qr91qy5ff0l01l27npr76961c6zfkxnhxf68zpwz5k4"))))
|
||||||
(build-system font-build-system)
|
(build-system font-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in a new issue