me
/
guix
Archived
1
0
Fork 0

gnu: font-intel-one-mono: Update to 1.2.1.

* gnu/packages/fonts.scm (font-intel-one-mono): Update to 1.2.1.
master
Nicolas Goaziou 2023-07-01 11:18:00 +02:00
parent 3d55a6b5db
commit 0260ce463e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 3 additions and 3 deletions

View File

@ -189,16 +189,16 @@ in print. With attention to detail for high resolution rendering.")
(define-public font-intel-one-mono (define-public font-intel-one-mono
(package (package
(name "font-intel-one-mono") (name "font-intel-one-mono")
(version "1.2.0") (version "1.2.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/intel/intel-one-mono") (url "https://github.com/intel/intel-one-mono")
(commit "9effabe19a60bdd46cbfbdcc6e81facd8a13b762"))) (commit (string-append "V" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"12lywni8bgkr8h4pz1lkw4imr2y896rnsvipbqgqv3c1b54b5g7n")))) "1md57997nzkz75ambsahawzy1x71qvkp6f87zcqibksm66yvcjdc"))))
(build-system font-build-system) (build-system font-build-system)
(home-page "https://github.com/intel/intel-one-mono") (home-page "https://github.com/intel/intel-one-mono")
(synopsis "Expressive monospaced font family") (synopsis "Expressive monospaced font family")