[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/24: gnu: font-alias: Update to 1.0.5.
From: |
guix-commits |
Subject: |
07/24: gnu: font-alias: Update to 1.0.5. |
Date: |
Sun, 18 Jun 2023 17:35:58 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 5ce6f722c8f91f1c52a0f509f1dda0718c8c08f0
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Mon Jun 12 22:53:18 2023 +0200
gnu: font-alias: Update to 1.0.5.
* gnu/packages/xorg.scm (font-alias): 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 66cd17476d..7178fe584d 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -542,10 +542,12 @@ Resources file.")
(define-public font-alias
(package
(name "font-alias")
- (version "1.0.4")
- (source (xorg-font-origin
- name version
- "0xjjjindczv3g7m1597l0x19zz75xy70wh5garghz61fpzl1l4gk"))
+ (version "1.0.5")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://xorg/individual/font/"
+ "font-alias-" version ".tar.xz"))
+ (sha256 "0vkb5mybc0fjfq29lgf5w1b536bwifzkyj8ad9iy7q3kpcby52cz")))
(build-system gnu-build-system)
(native-inputs (list pkg-config))
(arguments
- branch master updated (726f2a9447 -> 81231bf236), guix-commits, 2023/06/18
- 03/24: services: certbot: Fix nginx crash when certbot is used without domains., guix-commits, 2023/06/18
- 07/24: gnu: font-alias: Update to 1.0.5.,
guix-commits <=
- 10/24: gnu: font-dec-misc: Update to 1.0.4., guix-commits, 2023/06/18
- 12/24: gnu: font-micro-misc: Update to 1.0.4., guix-commits, 2023/06/18
- 01/24: doc: Fix typo., guix-commits, 2023/06/18
- 04/24: gnu: openmw-openscenegraph: Update to Nov 2022 commit., guix-commits, 2023/06/18
- 05/24: gnu: font-adobe100dpi: Update to 1.0.4., guix-commits, 2023/06/18
- 06/24: gnu: font-adobe75dpi: Update to 1.0.4., guix-commits, 2023/06/18
- 02/24: gnu: libreoffice: Fix access to python modules., guix-commits, 2023/06/18
- 09/24: gnu: font-cronyx-cyrillic: Update to 1.0.4., guix-commits, 2023/06/18
- 11/24: gnu: font-isas-misc: Update to 1.0.4., guix-commits, 2023/06/18
- 24/24: gnu: freeipmi: Update to 1.6.11, guix-commits, 2023/06/18