diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-01-27 09:56:49 +0100 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2025-01-28 13:08:08 +0800 |
| commit | 1e0777543f09f3855e45e60032a7bd6a5e26fe09 (patch) | |
| tree | ececf3ea34086a9b13285352fabd1ce5e5bb81a0 | |
| parent | b3ccf0fb5426483779af0cedad3544fcb804c639 (diff) | |
gnu: font-intel-one-mono: Update to 1.4.0.
* gnu/packages/fonts.scm (font-intel-one-mono): Update to 1.4.0.
Change-Id: Idf6801e94230327d4172f15591db2f8a62c064e1
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| -rw-r--r-- | gnu/packages/fonts.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 8da0f6b9ec0..c32f2ef5fb7 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -61,6 +61,7 @@ ;;; Copyright © 2023, 2024 Luis Felipe López Acevedo <sirgazil@zoho.com> ;;; Copyright © 2024 Christina O'Donnell <cdo@mutix.org> ;;; Copyright © 2025 Ashvith Shetty <ashvithshetty10@gmail.com> +;;; Copyright © 2025 Ashish SHUKLA <ashish.is@lostca.se> ;;; ;;; This file is part of GNU Guix. ;;; @@ -242,7 +243,7 @@ in print. With attention to detail for high resolution rendering.") (define-public font-intel-one-mono (package (name "font-intel-one-mono") - (version "1.3.0") + (version "1.4.0") (source (origin (method git-fetch) (uri (git-reference @@ -251,7 +252,7 @@ in print. With attention to detail for high resolution rendering.") (file-name (git-file-name name version)) (sha256 (base32 - "0w9isn8az1k3a3q4m2llwnryy79i5v30dx1hfaf90x0zkj98ky5h")))) + "1snwxpcdxl62z1mcax19bmsmbw0hi6m0cqkxqz79ydynfch95sd0")))) (outputs '("out" "ttf" "woff")) (build-system font-build-system) (home-page "https://github.com/intel/intel-one-mono") |
