guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

18/24: gnu: font-screen-cyrillic: Update to 1.0.5.


From: guix-commits
Subject: 18/24: gnu: font-screen-cyrillic: Update to 1.0.5.
Date: Sun, 18 Jun 2023 17:36:00 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 5143f8624e412cc2ad841fafe21d8e8d0f28c7bf
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Mon Jun 12 22:53:29 2023 +0200

    gnu: font-screen-cyrillic: Update to 1.0.5.
    
    * gnu/packages/xorg.scm (font-screen-cyrillic): Update to 1.0.5.
    [source]: Drop upstreamed snippet.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 493d617a20..8d6d4f8991 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -798,10 +798,12 @@ For example: @code{6x10}, @code{9x15bold}, etc.")
 (define-public font-screen-cyrillic
   (package
     (name "font-screen-cyrillic")
-    (version "1.0.4")
-    (source (xorg-font-origin
-             name version
-             "0yayf1qlv7irf58nngddz2f1q04qkpr5jwp4aja2j5gyvzl32hl2"))
+    (version "1.0.5")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://xorg/individual/font/"
+                                  "font-screen-cyrillic-" version ".tar.xz"))
+              (sha256 "1h75zn1rp7bdv6av4cnrajpaq6fkd7dx1lc7aijpw32qrnw8nxcg")))
     (build-system gnu-build-system)
     (inputs
       (list mkfontdir bdftopcf))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]