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 ;;; Copyright © 2024 Christina O'Donnell ;;; Copyright © 2025 Ashvith Shetty +;;; Copyright © 2025 Ashish SHUKLA ;;; ;;; 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")