unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: msglm via Guix-patches via <guix-patches@gnu.org>
To: "Simon Tournier" <zimon.toutoune@gmail.com>
Cc: 68828@debbugs.gnu.org
Subject: [bug#68828] [PATCH] gnu: libxft: Update to 2.3.8
Date: Sat, 11 May 2024 13:51:43 -0500	[thread overview]
Message-ID: <D171IJYVK7WM.2KZT6UJBY59DO@joybuke-desktop> (raw)
In-Reply-To: <87zft3p4bj.fsf@gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 58 bytes --]

Hey, attached is the new patch. I hope I did this right.

[-- Attachment #2: 0001-gnu-libxft-Update-to-2.3.8.patch --]
[-- Type: text/plain, Size: 1342 bytes --]

From 3dfa506a6f54badd24171e1941fd79c429876070 Mon Sep 17 00:00:00 2001
Message-ID: <3dfa506a6f54badd24171e1941fd79c429876070.1715453363.git.msglm@techchud.xyz>
From: msglm <msglm@techchud.xyz>
Date: Sat, 11 May 2024 13:37:17 -0500
Subject: [PATCH] gnu: libxft: Update to 2.3.8

* gnu/packages/xorg.scm (libxft): update to 2.3.8

Change-Id: I27b1e10ba700c700445c93267605ea53c481f122
---
 gnu/packages/xorg.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 74059a2691..24022b7e20 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1341,17 +1341,17 @@ (define-public libxdmcp
 (define-public libxft
   (package
     (name "libxft")
-    (version "2.3.4")
+    (version "2.3.8")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
                "mirror://xorg/individual/lib/libXft-"
                version
-               ".tar.bz2"))
+               ".tar.gz"))
         (sha256
           (base32
-            "1pdbr6gzfvixc791pjf42i9gg8wvfq6cpq6sdca04h4i42mxmpjp"))))
+            "1a3qybcvhdshgj1wynhsahdnrlmfv2wrjklyh1j2whj4v3i8zr1j"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")))

base-commit: 6f595eca59c00412b80657495d30ed110d9166c0
-- 
2.41.0


      reply	other threads:[~2024-05-11 18:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-30 18:58 [bug#68828] [PATCH] gnu: libxft: Update to 2.3.8 msglm via Guix-patches via
2024-02-07 20:41 ` [bug#68828] msglm via Guix-patches via
2024-04-25 21:21 ` [bug#68828] msglm via Guix-patches via
2024-04-26  6:45   ` [bug#68828] [PATCH] gnu: libxft: Update to 2.3.8 Ricardo Wurmus
2024-04-26 22:13     ` msglm via Guix-patches via
2024-05-06 11:28       ` Simon Tournier
2024-05-11 18:51         ` msglm via Guix-patches via [this message]

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=D171IJYVK7WM.2KZT6UJBY59DO@joybuke-desktop \
    --to=guix-patches@gnu.org \
    --cc=68828@debbugs.gnu.org \
    --cc=msglm@techchud.xyz \
    --cc=zimon.toutoune@gmail.com \
    /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).