unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69446] [PATCH] gnu: gnu-unifont: Update to 15.1.02
@ 2024-02-28  5:24 Andy Tai
  2024-02-28  5:57 ` [bug#69446] [PATCH v2] gnu: gnu-unifont: Update to 15.1.05 Andy Tai
  2024-03-05  5:39 ` [bug#69446] [PATCH v3] " Andy Tai
  0 siblings, 2 replies; 4+ messages in thread
From: Andy Tai @ 2024-02-28  5:24 UTC (permalink / raw)
  To: 69446; +Cc: Andy Tai

* gnu/packages/fonts.scm (gnu-unifont): Update to 15.1.02

Change-Id: I27e9f8445ad1a0a32843b539c80eb717cdb6279a
---
 gnu/packages/fonts.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 2cc420f7ba..f98586e40c 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1013,7 +1013,7 @@ (define-public font-anonymous-pro-minus
 (define-public font-gnu-unifont
   (package
     (name "font-gnu-unifont")
-    (version "15.1.01")
+    (version "15.1.02")
     (source
      (origin
        (method url-fetch)
@@ -1023,7 +1023,7 @@ (define-public font-gnu-unifont
              (string-append "mirror://gnu/unifont/unifont-"
                             version "/unifont-" version ".tar.gz")))
        (sha256
-        (base32 "1dydcqa2nvmnij5jzj10carrzssd3ar24i8zd18pk4zpl84l4pz1"))
+        (base32 "0fhjzwjkr9bypdnc6srpk0bxmash1av79vqm1xda4k3147xxncbn"))
        (snippet
         '(begin
            (use-modules (guix build utils))

base-commit: 8c0282cf543fe205a5b89201cd7bb8889121a07c
-- 
2.34.1





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#69446] [PATCH v2] gnu: gnu-unifont: Update to 15.1.05
  2024-02-28  5:24 [bug#69446] [PATCH] gnu: gnu-unifont: Update to 15.1.02 Andy Tai
@ 2024-02-28  5:57 ` Andy Tai
  2024-03-05  8:21   ` bug#69446: " Efraim Flashner
  2024-03-05  5:39 ` [bug#69446] [PATCH v3] " Andy Tai
  1 sibling, 1 reply; 4+ messages in thread
From: Andy Tai @ 2024-02-28  5:57 UTC (permalink / raw)
  To: 69446; +Cc: Andy Tai

* gnu/packages/fonts.scm (gnu-unifont): Update to 15.1.05

Change-Id: I79b51df78735d52afc5dde129bff299f3e83b7f6
---
 gnu/packages/fonts.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 2cc420f7ba..2509aa65f2 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1013,7 +1013,7 @@ (define-public font-anonymous-pro-minus
 (define-public font-gnu-unifont
   (package
     (name "font-gnu-unifont")
-    (version "15.1.01")
+    (version "15.1.05")
     (source
      (origin
        (method url-fetch)
@@ -1023,7 +1023,7 @@ (define-public font-gnu-unifont
              (string-append "mirror://gnu/unifont/unifont-"
                             version "/unifont-" version ".tar.gz")))
        (sha256
-        (base32 "1dydcqa2nvmnij5jzj10carrzssd3ar24i8zd18pk4zpl84l4pz1"))
+        (base32 "1yi33kxlgw7ds99za5bclh537sw8ggl94nrhhq7hwxaq8dgzaxfj"))
        (snippet
         '(begin
            (use-modules (guix build utils))

base-commit: 8c0282cf543fe205a5b89201cd7bb8889121a07c
-- 
2.34.1





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#69446] [PATCH v3] gnu: gnu-unifont: Update to 15.1.05
  2024-02-28  5:24 [bug#69446] [PATCH] gnu: gnu-unifont: Update to 15.1.02 Andy Tai
  2024-02-28  5:57 ` [bug#69446] [PATCH v2] gnu: gnu-unifont: Update to 15.1.05 Andy Tai
@ 2024-03-05  5:39 ` Andy Tai
  1 sibling, 0 replies; 4+ messages in thread
From: Andy Tai @ 2024-03-05  5:39 UTC (permalink / raw)
  To: 69446; +Cc: Andy Tai

* gnu/packages/fonts.scm (gnu-unifont): Update to 15.1.05

Change-Id: I79b51df78735d52afc5dde129bff299f3e83b7f6
---
 gnu/packages/fonts.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 2cc420f7ba..2509aa65f2 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1013,7 +1013,7 @@ (define-public font-anonymous-pro-minus
 (define-public font-gnu-unifont
   (package
     (name "font-gnu-unifont")
-    (version "15.1.01")
+    (version "15.1.05")
     (source
      (origin
        (method url-fetch)
@@ -1023,7 +1023,7 @@ (define-public font-gnu-unifont
              (string-append "mirror://gnu/unifont/unifont-"
                             version "/unifont-" version ".tar.gz")))
        (sha256
-        (base32 "1dydcqa2nvmnij5jzj10carrzssd3ar24i8zd18pk4zpl84l4pz1"))
+        (base32 "1yi33kxlgw7ds99za5bclh537sw8ggl94nrhhq7hwxaq8dgzaxfj"))
        (snippet
         '(begin
            (use-modules (guix build utils))

base-commit: 3da49b1472919a62df1fe399638f23a246aa325d
-- 
2.34.1





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#69446: [PATCH v2] gnu: gnu-unifont: Update to 15.1.05
  2024-02-28  5:57 ` [bug#69446] [PATCH v2] gnu: gnu-unifont: Update to 15.1.05 Andy Tai
@ 2024-03-05  8:21   ` Efraim Flashner
  0 siblings, 0 replies; 4+ messages in thread
From: Efraim Flashner @ 2024-03-05  8:21 UTC (permalink / raw)
  To: Andy Tai; +Cc: 69446-done

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

Thanks. Patch pushed!

-- 
Efraim Flashner   <efraim@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-03-05  8:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-28  5:24 [bug#69446] [PATCH] gnu: gnu-unifont: Update to 15.1.02 Andy Tai
2024-02-28  5:57 ` [bug#69446] [PATCH v2] gnu: gnu-unifont: Update to 15.1.05 Andy Tai
2024-03-05  8:21   ` bug#69446: " Efraim Flashner
2024-03-05  5:39 ` [bug#69446] [PATCH v3] " Andy Tai

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).