guix-commits
[Top][All Lists]
Advanced

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

13/24: gnu: font-misc-cyrillic: Update to 1.0.4.


From: guix-commits
Subject: 13/24: gnu: font-misc-cyrillic: Update to 1.0.4.
Date: Sun, 18 Jun 2023 17:35:59 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 7ca1ba392829104d3feb6f7e47f32d444e39061d
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Mon Jun 12 22:53:24 2023 +0200

    gnu: font-misc-cyrillic: Update to 1.0.4.
    
    * gnu/packages/xorg.scm (font-misc-cyrillic): Update to 1.0.4.
    [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 98ccd2b1f7..43fbaa6e09 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -694,10 +694,12 @@ For example: @code{6x10}, @code{9x15bold}, etc.")
 (define-public font-misc-cyrillic
   (package
     (name "font-misc-cyrillic")
-    (version "1.0.3")
-    (source (xorg-font-origin
-             name version
-             "0q2ybxs8wvylvw95j6x9i800rismsmx4b587alwbfqiw6biy63z4"))
+    (version "1.0.4")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://xorg/individual/font/"
+                                  "font-misc-cyrillic-" version ".tar.xz"))
+              (sha256 "14z9x174fidjn65clkd2y1l6pxspmvphizap9a8h2h06adzil0kn")))
     (build-system gnu-build-system)
     (inputs
       (list mkfontdir bdftopcf))



reply via email to

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