all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Timotej Lazar <timotej.lazar@araneo.si>
To: 64028@debbugs.gnu.org
Cc: Timotej Lazar <timotej.lazar@araneo.si>
Subject: [bug#64028] [PATCH 12/18] gnu: font-mutt-misc: Update to 1.0.4.
Date: Mon, 12 Jun 2023 22:53:27 +0200	[thread overview]
Message-ID: <d032d5c3c7f3c2a10a0675c47be3d0a1888dfeeb.1686602492.git.timotej.lazar@araneo.si> (raw)
In-Reply-To: <cover.1686602492.git.timotej.lazar@araneo.si>

* gnu/packages/xorg.scm (font-mutt-misc): Update to 1.0.4.
[source]: Drop upstreamed snippet.
---
 gnu/packages/xorg.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index b87573d083..e0931918fd 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -757,10 +757,12 @@ (define-public font-misc-misc
 (define-public font-mutt-misc
   (package
     (name "font-mutt-misc")
-    (version "1.0.3")
-    (source (xorg-font-origin
-             name version
-             "13qghgr1zzpv64m0p42195k1kc77pksiv059fdvijz1n6kdplpxx"))
+    (version "1.0.4")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://xorg/individual/font/"
+                                  "font-mutt-misc-" version ".tar.xz"))
+              (sha256 "095vd33kqd157j6xi4sjxwdsjpwpgqliifa8nkybq8rcw7s5j8xi")))
     (build-system gnu-build-system)
     (inputs
       (list mkfontdir bdftopcf))
-- 
2.40.1





  parent reply	other threads:[~2023-06-13 19:14 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-12 20:51 [bug#64028] [PATCH 00/18] Update xorg fonts Timotej Lazar
2023-06-12 20:53 ` [bug#64028] [PATCH 01/18] gnu: font-adobe100dpi: Update to 1.0.4 Timotej Lazar
2023-06-12 20:53 ` [bug#64028] [PATCH 02/18] gnu: font-adobe75dpi: " Timotej Lazar
2023-06-12 20:53 ` [bug#64028] [PATCH 03/18] gnu: font-alias: Update to 1.0.5 Timotej Lazar
2023-06-12 20:53 ` [bug#64028] [PATCH 04/18] gnu: font-arabic-misc: Update to 1.0.4 Timotej Lazar
2023-06-12 20:53 ` [bug#64028] [PATCH 05/18] gnu: font-cronyx-cyrillic: " Timotej Lazar
2023-06-12 20:53 ` [bug#64028] [PATCH 06/18] gnu: font-dec-misc: " Timotej Lazar
2023-06-12 20:53 ` [bug#64028] [PATCH 07/18] gnu: font-isas-misc: " Timotej Lazar
2023-06-12 20:53 ` [bug#64028] [PATCH 08/18] gnu: font-micro-misc: " Timotej Lazar
2023-06-12 20:53 ` [bug#64028] [PATCH 09/18] gnu: font-misc-cyrillic: " Timotej Lazar
2023-06-12 20:53 ` [bug#64028] [PATCH 10/18] gnu: font-misc-ethiopic: Update to 1.0.5 Timotej Lazar
2023-06-12 20:53 ` [bug#64028] [PATCH 11/18] gnu: font-misc-misc: Update to 1.1.3 Timotej Lazar
2023-06-12 20:53 ` Timotej Lazar [this message]
2023-06-12 20:53 ` [bug#64028] [PATCH 13/18] gnu: font-schumacher-misc: " Timotej Lazar
2023-06-12 20:53 ` [bug#64028] [PATCH 14/18] gnu: font-screen-cyrillic: Update to 1.0.5 Timotej Lazar
2023-06-12 20:53 ` [bug#64028] [PATCH 15/18] gnu: font-sony-misc: Update to 1.0.4 Timotej Lazar
2023-06-12 20:53 ` [bug#64028] [PATCH 16/18] gnu: font-sun-misc: " Timotej Lazar
2023-06-12 20:53 ` [bug#64028] [PATCH 17/18] gnu: font-winitzki-cyrillic: " Timotej Lazar
2023-06-12 20:53 ` [bug#64028] [PATCH 18/18] gnu: font-xfree86-type1: Update to 1.0.5 Timotej Lazar
2023-06-18 21:33 ` bug#64028: [PATCH 00/18] Update xorg fonts Ludovic Courtès

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

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

  git send-email \
    --in-reply-to=d032d5c3c7f3c2a10a0675c47be3d0a1888dfeeb.1686602492.git.timotej.lazar@araneo.si \
    --to=timotej.lazar@araneo.si \
    --cc=64028@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.