3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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:
Tobias Geerinckx-Rice 2020-05-29 05:48:44 +02:00
parent 9dbef2ce69
commit b21d1735e8
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1121,16 +1121,14 @@ later hand-tweaked with the gbdfed(1) editor:
(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