guix-commits
[Top][All Lists]
Advanced

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

03/10: gnu: font-mononoki: Update to 1.3.


From: guix-commits
Subject: 03/10: gnu: font-mononoki: Update to 1.3.
Date: Sat, 6 Mar 2021 12:44:44 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 596aa62d7c88fa2b646087d7a3461bb2ba85ae16
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Mar 6 17:31:37 2021 +0100

    gnu: font-mononoki: Update to 1.3.
    
    * gnu/packages/fonts.scm (font-mononoki): Update to 1.3.
    [arguments]: Add a 'make-files-writable phase.
---
 gnu/packages/fonts.scm | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index a1c30b8..8c49c05 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1755,7 +1755,7 @@ files (TTF).")
 (define-public font-mononoki
   (package
     (name "font-mononoki")
-    (version "1.2")
+    (version "1.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1763,9 +1763,15 @@ files (TTF).")
                     (commit version)))
               (sha256
                (base32
-                "1rkzyxn30rn8qv2h2xz324j7q15hzg2lci8790a7cdl1dfgic4xi"))
+                "07gh84iw84g8fha3gx4yjyl1rsksqhy2kk38f01m048sgjp6ww5j"))
               (file-name (git-file-name name version))))
     (build-system font-build-system)
+    (arguments
+     `(#:phases
+       (modify-phases %standard-phases
+         (add-after 'unpack 'make-files-writable
+           (lambda _
+             (for-each make-file-writable (find-files ".")))))))
     (synopsis "Font for programming and code review")
     (description
      "Mononoki is a typeface by Matthias Tellen, created to enhance code



reply via email to

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