guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: font-intel-one-mono: Update to 1.2.1.


From: guix-commits
Subject: branch master updated: gnu: font-intel-one-mono: Update to 1.2.1.
Date: Sat, 01 Jul 2023 05:18:34 -0400

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0260ce463e gnu: font-intel-one-mono: Update to 1.2.1.
0260ce463e is described below

commit 0260ce463eca0383223534f2d8a8f9f172b709ec
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jul 1 11:18:00 2023 +0200

    gnu: font-intel-one-mono: Update to 1.2.1.
    
    * gnu/packages/fonts.scm (font-intel-one-mono): Update to 1.2.1.
---
 gnu/packages/fonts.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]