mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: font-spleen: Update to 2.1.0.
* gnu/packages/fonts.scm (font-spleen): Update to 2.1.0. Change-Id: Icd27bdfa3d30dee6bc182bb21780e55f58185e7a
This commit is contained in:
parent
43a4215cad
commit
9ddbfb27cf
1 changed files with 2 additions and 2 deletions
|
@ -3558,7 +3558,7 @@ (define-public font-chiron-hei-hk
|
||||||
(define-public font-spleen
|
(define-public font-spleen
|
||||||
(package
|
(package
|
||||||
(name "font-spleen")
|
(name "font-spleen")
|
||||||
(version "1.9.3")
|
(version "2.1.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -3566,7 +3566,7 @@ (define-public font-spleen
|
||||||
version "/spleen-" version ".tar.gz"))
|
version "/spleen-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09bbwza14pl70cxbr09f9m8522s5p1p04kx9gh8svpd50bdixbdp"))))
|
"0brp1kyp6i5q9zk3hpj5ngxh4js0aw2m6d4yrzxmif3f39pwaiwb"))))
|
||||||
(build-system font-build-system)
|
(build-system font-build-system)
|
||||||
(outputs '("out" ;OTB
|
(outputs '("out" ;OTB
|
||||||
"bdf" "otf" "pcf" "psf"))
|
"bdf" "otf" "pcf" "psf"))
|
||||||
|
|
Loading…
Reference in a new issue