[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: fntsample: Update Blocks.txt and use stable URL.
From: |
guix-commits |
Subject: |
05/06: gnu: fntsample: Update Blocks.txt and use stable URL. |
Date: |
Thu, 21 Oct 2021 13:51:30 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 3e73beaf233f7533b9cafc3d162048560f48a72f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Oct 21 19:37:07 2021 +0200
gnu: fntsample: Update Blocks.txt and use stable URL.
* gnu/packages/fontutils.scm (fntsample)[input]: Update unicode-blocks
to 14.0.0 and include the version in its URL and name.
---
gnu/packages/fontutils.scm | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index d173a15..c962777 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -935,13 +935,15 @@ work well with other GTK+ desktop environments.")
("perl-pdf-api2" ,perl-pdf-api2)
("perl-libintl-perl" ,perl-libintl-perl)
("unicode-blocks"
- ,(origin
- (method url-fetch)
- (uri "https://unicode.org/Public/UNIDATA/Blocks.txt")
- (file-name "unicode-blocks.txt")
- (sha256
- (base32
- "1xs8fnhh48gs41wg004r7m4r2azh9khmyjjlnvyzy9c6zrd212x2"))))))
+ ,(let ((version "14.0.0"))
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://unicode.org/Public/"
+ version "/ucd/Blocks.txt"))
+ (file-name (string-append "unicode-blocks-" version ".txt"))
+ (sha256
+ (base32
+ "05vzgrvfp35mgxjgkm4wnxjjgzva8n6545i9jxd4pczpvvfp122r")))))))
(home-page "https://github.com/eugmes/fntsample")
(synopsis "PDF and PostScript font samples generator")
(description "This package provides a tool that can be used to make font
- branch master updated (a8bac12 -> 44d0acf), guix-commits, 2021/10/21
- 01/06: gnu: criu: Build from Git sources., guix-commits, 2021/10/21
- 05/06: gnu: fntsample: Update Blocks.txt and use stable URL.,
guix-commits <=
- 02/06: gnu: criu: Delete custom 'configure phase., guix-commits, 2021/10/21
- 06/06: gnu: fntsample: Update to 5.4., guix-commits, 2021/10/21
- 03/06: gnu: criu: Update to 3.16.1., guix-commits, 2021/10/21
- 04/06: gnu: criu: Fix PYTHONPATH & switch to Python 3 to build criu-ns., guix-commits, 2021/10/21