[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: font-sarasa-gothic: Update to 0.36.0.
From: |
guix-commits |
Subject: |
01/07: gnu: font-sarasa-gothic: Update to 0.36.0. |
Date: |
Thu, 10 Mar 2022 19:45:19 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit 20665c931cbf8f2592ba7dde871cd67e672076c5
Author: Jai Vetrivelan <jaivetrivelan@gmail.com>
AuthorDate: Sat Mar 5 11:31:37 2022 +0530
gnu: font-sarasa-gothic: Update to 0.36.0.
[1. text/patch]
From 6dd537e7d58ffb1eead78120b12bb896a9032631 Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan@gmail.com>
Date: Sat, 5 Mar 2022 11:14:46 +0530
Subject: [PATCH] gnu: font-sarasa-gothic: Update to 0.36.0.
* gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.36.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/fonts.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index db19e6d156..c37303892b 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -46,6 +46,7 @@
;;; Copyright © 2022 Philip McGrath <philip@philipmcgrath.com>
;;; Copyright © 2022 Kitzman <kitzman@disroot.org>
;;; Copyright © 2021 Wamm K. D. <jaft.r@outlook.com>
+;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1498,7 +1499,7 @@ programming. Iosevka is completely generated from its
source code.")
(define-public font-sarasa-gothic
(package
(name "font-sarasa-gothic")
- (version "0.31.2")
+ (version "0.36.0")
(source
(origin
(method url-fetch)
@@ -1506,7 +1507,7 @@ programming. Iosevka is completely generated from its
source code.")
"/releases/download/v" version
"/sarasa-gothic-ttc-" version ".7z"))
(sha256
- (base32 "0p67qyhm266s6q17islqvwch807fy5slgp2symrl0z665vp6hycj"))))
+ (base32 "0rr6qrf49zx3cl1pv7063l12nnj2nm9p4di3frp0p4ci9l7b4xmw"))))
(build-system font-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
- branch master updated (d4f6ea2525 -> 5eeaf362f8), guix-commits, 2022/03/10
- 04/07: gnu: lemonbar: Update to 1.4., guix-commits, 2022/03/10
- 03/07: gnu: xbanish: Update to 1.8., guix-commits, 2022/03/10
- 07/07: gnu: xlockmore: Update to 5.68., guix-commits, 2022/03/10
- 06/07: gnu: dmenu: Update to 5.1., guix-commits, 2022/03/10
- 02/07: gnu: xdotool: Update to 3.20211022.1., guix-commits, 2022/03/10
- 05/07: gnu: lemonbar: Use G-expressions., guix-commits, 2022/03/10
- 01/07: gnu: font-sarasa-gothic: Update to 0.36.0.,
guix-commits <=