~ruther/guix-local

1e0777543f09f3855e45e60032a7bd6a5e26fe09 — Ashish SHUKLA 1 year, 2 months ago b3ccf0f
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>
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/fonts.scm
M gnu/packages/fonts.scm => gnu/packages/fonts.scm +3 -2
@@ 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")