[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/24: gnu: font-adobe75dpi: Update to 1.0.4.
From: |
guix-commits |
Subject: |
06/24: gnu: font-adobe75dpi: Update to 1.0.4. |
Date: |
Sun, 18 Jun 2023 17:35:58 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit ddc6d397d415f2d36d712237553019cedf431558
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Mon Jun 12 22:53:17 2023 +0200
gnu: font-adobe75dpi: Update to 1.0.4.
* gnu/packages/xorg.scm (font-adobe75dpi): 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 a17bd160a2..66cd17476d 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -515,10 +515,12 @@ Resources file.")
(define-public font-adobe75dpi
(package
(name "font-adobe75dpi")
- (version "1.0.3")
- (source (xorg-font-origin
- "font-adobe-75dpi" version
- "02advcv9lyxpvrjv8bjh1b797lzg6jvhipclz49z8r8y98g4l0n6"))
+ (version "1.0.4")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://xorg/individual/font/"
+ "font-adobe-75dpi-" version ".tar.xz"))
+ (sha256 "04drk4wi176524lxjwfrnkr3dwz1hysabqfajpj6klfypqnsd08j")))
(build-system gnu-build-system)
(inputs
(list bdftopcf font-util mkfontdir))
- 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, 2023/06/18
- 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 <=
- 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
- 14/24: gnu: font-misc-ethiopic: Update to 1.0.5., guix-commits, 2023/06/18
- 17/24: gnu: font-schumacher-misc: Update to 1.1.3., guix-commits, 2023/06/18
- 19/24: gnu: font-sony-misc: Update to 1.0.4., guix-commits, 2023/06/18
- 22/24: gnu: font-xfree86-type1: Update to 1.0.5., guix-commits, 2023/06/18
- 08/24: gnu: font-arabic-misc: Update to 1.0.4., guix-commits, 2023/06/18
- 20/24: gnu: font-sun-misc: Update to 1.0.4., guix-commits, 2023/06/18