This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c864745a02 gnu: Add commit-mono font.
c864745a02 is described below

commit c864745a02b18c2e7d075bea2165cc0b129864f4
Author: Ekaitz Zarraga <[email protected]>
AuthorDate: Mon Aug 11 22:14:08 2025 +0200

    gnu: Add commit-mono font.
    
    * gnu/packages/fonts.scm (font-commit-mono): New variable.
    
    Change-Id: Ie9ae6604e652df63dac899f6f0c17be0502a67a7
---
 gnu/packages/fonts.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index f081229d6a..26cd1a6405 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -4570,6 +4570,26 @@ enough to remain readable even at high resolutions.")
 Bonnie Scranton, and Edward Tufte.")
       (license license:expat))))
 
+(define-public font-commit-mono
+  (package
+    (name "font-commit-mono")
+    (version "1.143")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/eigilnikolajsen/commit-mono/";
+                           "releases/download/"
+                           "v" version
+                           "/CommitMono-" version ".zip"))
+       (sha256
+        (base32 "1l4yqjif6ijdpjsncana6swlh1mz0vbzaxkgk4580m3mgimg5lgp"))))
+    (build-system font-build-system)
+    (home-page "https://commitmono.com/";)
+    (synopsis "Commit Mono programming font")
+    (description
+     "Commit Mono is an anonymous and neutral programming typeface.")
+    (license license:silofl1.1)))
+
 (define-public font-cica
   (package
     (name "font-cica")

Reply via email to