civodul pushed a commit to branch master
in repository guix.
commit 3ddd435251e35b67603e12ad7ad14a13a253a8bc
Author: Timotej Lazar <[email protected]>
AuthorDate: Mon Jun 12 22:53:28 2023 +0200
gnu: font-schumacher-misc: Update to 1.1.3.
* gnu/packages/xorg.scm (font-schumacher-misc): Update to 1.1.3.
[source]: Drop upstreamed snippet.
Signed-off-by: Ludovic Courtès <[email protected]>
---
gnu/packages/xorg.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index e0931918fd..493d617a20 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -776,10 +776,12 @@ For example: @code{6x10}, @code{9x15bold}, etc.")
(define-public font-schumacher-misc
(package
(name "font-schumacher-misc")
- (version "1.1.2")
- (source (xorg-font-origin
- name version
- "0nkym3n48b4v36y4s927bbkjnsmicajarnf6vlp7wxp0as304i74"))
+ (version "1.1.3")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://xorg/individual/font/"
+ "font-schumacher-misc-" version ".tar.xz"))
+ (sha256 "0w40lr214n39al449fnm4k1bpyj3fjrhz2yxqd6a6m8yvc69z14b")))
(build-system gnu-build-system)
(inputs
(list mkfontdir font-util bdftopcf))