unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Simen Endsjø" <simendsjo@gmail.com>
To: 43189@debbugs.gnu.org
Subject: [bug#43189] [PATCH] gnu: Update Iosevka fonts from 3.2.2 to 3.4.7
Date: Thu, 3 Sep 2020 22:20:12 +0200	[thread overview]
Message-ID: <CAHkVV6HH8ThTKjyOmcE6+EWq9FT-jGxC56feWj-BZy139My0ow@mail.gmail.com> (raw)
In-Reply-To: <87k0xaabvf.fsf@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 3873 bytes --]

* gnu/packages/fonts.scm (font-iosevka, font-iosevka-slab,
font-iosevka-term, font-iosevka-term-slab, font-iosevka-aile,
font-iosevka-etoile, font-iosevka-sparkle): Update to 3.4.7.
---
 gnu/packages/fonts.scm | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 77484157e3..c7ce03b2b7 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1203,7 +1203,7 @@ typeface, by mimicking Comic Sans while fixing its
most obvious shortcomings.")
   (package
     (name "font-iosevka")
     ;; When updating, also update the hash of the Iosevka variant(s) below.
-    (version "3.2.2")
+    (version "3.4.7")
     (source
      (origin
        (method url-fetch/zipbomb)
@@ -1211,7 +1211,7 @@ typeface, by mimicking Comic Sans while fixing its
most obvious shortcomings.")
                            "/releases/download/v" version
                            "/ttc-iosevka-" version ".zip"))
        (sha256
-        (base32 "16iqr4zjlshrgzcs3sjp3gz777gpi069r7p7scqi6vap9acqjvph"))))
+        (base32 "178xyxz57ncigv715db0898d5arcx1l7qi73a8prb2fdlb7x2yx6"))))
     (build-system font-build-system)
     (home-page "https://be5invis.github.io/Iosevka/")
     (synopsis "Coders' typeface, built from code")
@@ -1234,7 +1234,7 @@ programming.  Iosevka is completely generated from
its source code.")
                            "/releases/download/v" version
                            "/ttc-iosevka-slab-" version ".zip"))
        (sha256
-        (base32
"0knsb1b0wqv50r7f9128xvq344x7hnvgm7kh1dxaahlck910z62x"))))))
+        (base32
"1zqgly4ymmmz3ckfsc2vdxw6d62axcyl79fq3gi630c4951nfikz"))))))

 (define-public font-iosevka-term
   (package
@@ -1249,7 +1249,7 @@ programming.  Iosevka is completely generated from
its source code.")
                            "/ttf-iosevka-term-" version ".zip"))
        (sha256
         (base32
-         "0nyq6iq9xjn9nqwh1fh4v0pvblycmm8ssw7y3vcjv1ymbkdqfqhr"))))
+         "0nfwxhxgrgz3hhhrvr759263bm88zbh0zsavpnmphxwg9kykjq39"))))
     (arguments
      `(#:phases
        (modify-phases %standard-phases
@@ -1271,7 +1271,7 @@ programming.  Iosevka is completely generated from
its source code.")
                            "/ttf-iosevka-term-slab-" version ".zip"))
        (sha256
         (base32
-         "1blhhbnk2hyaxjrz88icd2gwyniq5idxd0h6rqx6vjcack6094z0"))))
+         "01ynnwlfq3294p8v0656xw6wcfmqklf0yqwkqh3sh2wmj7rrs7wi"))))
     (arguments
      `(#:phases
        (modify-phases %standard-phases
@@ -1292,7 +1292,7 @@ programming.  Iosevka is completely generated from
its source code.")
                            "/releases/download/v" version
                            "/ttc-iosevka-aile-" version ".zip"))
        (sha256
-        (base32
"1zg0gn4gcf3w8n8jzf93y9ninyn3bci31c5zss3mxzz1lzfm8zd5"))))))
+        (base32
"0h4wzjyw3h5zbxzfb71z7aj5xwp8r1hd93qim6zicxfk9dgczgw5"))))))

 (define-public font-iosevka-etoile
   (package
@@ -1306,7 +1306,7 @@ programming.  Iosevka is completely generated from
its source code.")
                            "/releases/download/v" version
                            "/ttc-iosevka-etoile-" version ".zip"))
        (sha256
-        (base32
"1061yaf35f19dcym4k552q1yzbsbc98r3glm9frslirra9f33sl2"))))))
+        (base32
"1n1jy7g0q0kd4ihsyka1v02s7xgpg80rf9sml1yhxkqw5pq62972"))))))

 (define-public font-iosevka-sparkle
   (package
@@ -1320,7 +1320,7 @@ programming.  Iosevka is completely generated from
its source code.")
                            "/releases/download/v" version
                            "/ttc-iosevka-sparkle-" version ".zip"))
        (sha256
-        (base32
"1c1s9j6qgyhn4md0kql0x2201nbs5jx3612jf8q020gm484xqq03"))))))
+        (base32
"0chl6x3xy6alq64sax71psvpq6f6fgw6pbn04f5j5skgrbqkk292"))))))

 (define-public font-sarasa-gothic
   (package
-- 
2.28.0

[-- Attachment #2: Type: text/html, Size: 4974 bytes --]

  parent reply	other threads:[~2020-09-03 20:23 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-03 19:39 [bug#43189] [PATCH] gnu: Update Iosevka fonts from 3.2.2 to 3.4.7 Simen Endsjø
2020-09-03 20:13 ` Tobias Geerinckx-Rice via Guix-patches via
2020-09-03 20:21   ` Simen Endsjø
2020-09-03 20:20 ` Simen Endsjø [this message]
2020-09-04  9:23   ` Ludovic Courtès
2020-09-04 10:53     ` Simen Endsjø
2020-09-06  7:26 ` Simen Endsjø
2020-09-06  7:40   ` bug#43189: " Tobias Geerinckx-Rice via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAHkVV6HH8ThTKjyOmcE6+EWq9FT-jGxC56feWj-BZy139My0ow@mail.gmail.com \
    --to=simendsjo@gmail.com \
    --cc=43189@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).