unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Simen Endsjø" <simendsjo@gmail.com>
To: Tobias Geerinckx-Rice <me@tobias.gr>
Cc: 42153@debbugs.gnu.org
Subject: [bug#42153] gnu-Update-Iosevka-fonts-from-3.1.1-to-3.2.2
Date: Wed, 01 Jul 2020 18:00:35 +0200	[thread overview]
Message-ID: <87zh8j6x98.fsf@gmail.com> (raw)
In-Reply-To: <87pn9fgsyo.fsf@nckx>

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


Tobias Geerinckx-Rice <me@tobias.gr> writes:

> Simen,
>
> Simen Endsjø 写道:
>> <#external type=“text/x-patch”
>> name=“/home/simendsjo/code/guix/0001-gnu-Update-Iosevka-fonts-from-3.1.1-to-3.2.2.patch”
>> disposition=attachment description=bump-iosevka>
>> <#/external>
>
> Thanks for the patch!  Unfortunately, the above mu4e-style text 
> is all that I
> and the archives[0] see.
>
> Do you know what could have happened?  I very much doubt that 
> the list is to
> blame.


I used mml-attach-external. Let's try mml-attach-file instead


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: bump-iosevka --]
[-- Type: text/x-patch, Size: 4101 bytes --]

From e56029e9afbccb4550016b6fc28df9de884c8617 Mon Sep 17 00:00:00 2001
From: simendsjo <simendsjo@gmail.com>
Date: Wed, 1 Jul 2020 14:54:10 +0200
Subject: [PATCH] gnu: Update Iosevka fonts from 3.1.1 to 3.2.2.

* 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.2.2.
---
 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 5a913441e9..ed9b634bc3 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1172,7 +1172,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.1.1")
+    (version "3.2.2")
     (source
      (origin
        (method url-fetch/zipbomb)
@@ -1180,7 +1180,7 @@ typeface, by mimicking Comic Sans while fixing its most obvious shortcomings.")
                            "/releases/download/v" version
                            "/ttc-iosevka-" version ".zip"))
        (sha256
-        (base32 "1xnkfr11rdjnin2fvgkp9vxxigfbfdncr0wy6n78mlm3p1pqwfrm"))))
+        (base32 "16iqr4zjlshrgzcs3sjp3gz777gpi069r7p7scqi6vap9acqjvph"))))
     (build-system font-build-system)
     (home-page "https://be5invis.github.io/Iosevka/")
     (synopsis "Coders' typeface, built from code")
@@ -1203,7 +1203,7 @@ programming.  Iosevka is completely generated from its source code.")
                            "/releases/download/v" version
                            "/ttc-iosevka-slab-" version ".zip"))
        (sha256
-        (base32 "1n3lh015mvsdbyygpg3p3yqjpqdn1fdvjh1bhi2ggjanhifjsgzh"))))))
+        (base32 "0knsb1b0wqv50r7f9128xvq344x7hnvgm7kh1dxaahlck910z62x"))))))
 
 (define-public font-iosevka-term
   (package
@@ -1218,7 +1218,7 @@ programming.  Iosevka is completely generated from its source code.")
                            "/ttf-iosevka-term-" version ".zip"))
        (sha256
         (base32
-         "1mwzwpdppmcf03fgb5q6ksj0kk93wwaz2isk24wj1cm66r8psxk0"))))
+         "0nyq6iq9xjn9nqwh1fh4v0pvblycmm8ssw7y3vcjv1ymbkdqfqhr"))))
     (arguments
      `(#:phases
        (modify-phases %standard-phases
@@ -1240,7 +1240,7 @@ programming.  Iosevka is completely generated from its source code.")
                            "/ttf-iosevka-term-slab-" version ".zip"))
        (sha256
         (base32
-         "0fiwxkf2gv38ia695wh8cvnb58sqs3fixjd33q1pp9cps94wzjpg"))))
+         "1blhhbnk2hyaxjrz88icd2gwyniq5idxd0h6rqx6vjcack6094z0"))))
     (arguments
      `(#:phases
        (modify-phases %standard-phases
@@ -1261,7 +1261,7 @@ programming.  Iosevka is completely generated from its source code.")
                            "/releases/download/v" version
                            "/ttc-iosevka-aile-" version ".zip"))
        (sha256
-        (base32 "15kz8ahlynnb79s2d367a1fallc4l3j3957yj43qrymayagkh8sv"))))))
+        (base32 "1zg0gn4gcf3w8n8jzf93y9ninyn3bci31c5zss3mxzz1lzfm8zd5"))))))
 
 (define-public font-iosevka-etoile
   (package
@@ -1275,7 +1275,7 @@ programming.  Iosevka is completely generated from its source code.")
                            "/releases/download/v" version
                            "/ttc-iosevka-etoile-" version ".zip"))
        (sha256
-        (base32 "0q9299mc595m251v9zj9b0zparl2qq8dwx090l0jkfpr2az9xr8q"))))))
+        (base32 "1061yaf35f19dcym4k552q1yzbsbc98r3glm9frslirra9f33sl2"))))))
 
 (define-public font-iosevka-sparkle
   (package
@@ -1289,7 +1289,7 @@ programming.  Iosevka is completely generated from its source code.")
                            "/releases/download/v" version
                            "/ttc-iosevka-sparkle-" version ".zip"))
        (sha256
-        (base32 "0nhvcnvl11iqmsxsyrxlbnwy9z1vdhqv6p3g7fig9ra6n5j9k5kn"))))))
+        (base32 "1c1s9j6qgyhn4md0kql0x2201nbs5jx3612jf8q020gm484xqq03"))))))
 
 (define-public font-sarasa-gothic
   (package
-- 
2.27.0


[-- Attachment #3.1: Type: text/html, Size: 1007 bytes --]

  reply	other threads:[~2020-07-01 16:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-01 13:00 [bug#42153] gnu-Update-Iosevka-fonts-from-3.1.1-to-3.2.2 Simen Endsjø
2020-07-01 15:23 ` Tobias Geerinckx-Rice via Guix-patches via
2020-07-01 16:00   ` Simen Endsjø [this message]
2020-07-02  7:23     ` bug#42153: gnu-Update-Iosevka-fonts-from-3.1.1-to-3.2.2 Efraim Flashner
2020-07-02  7:44       ` [bug#42153] gnu-Update-Iosevka-fonts-from-3.1.1-to-3.2.2 Simen Endsjø

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=87zh8j6x98.fsf@gmail.com \
    --to=simendsjo@gmail.com \
    --cc=42153@debbugs.gnu.org \
    --cc=me@tobias.gr \
    /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).