all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Collin J. Doering via Guix-patches" via <guix-patches@gnu.org>
To: 74880@debbugs.gnu.org
Cc: "Collin J. Doering" <collin@rekahsoft.ca>
Subject: [bug#74880] [PATCH 1/1] gnu: xf86-video-amdgpu: Update to 23.0.0.
Date: Sun, 15 Dec 2024 01:41:25 -0500	[thread overview]
Message-ID: <05dacd6d42b53e44f49482287060b74d385de0f9.1734235997.git.collin@rekahsoft.ca> (raw)
In-Reply-To: <cover.1734235997.git.collin@rekahsoft.ca>

* gnu/packages/xorg.scm: Update to 23.0.0.

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

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index f59c3dc7b27..a14ec24ba01 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2759,14 +2759,14 @@ (define-public xf86-input-void
 (define-public xf86-video-amdgpu
   (package
     (name "xf86-video-amdgpu")
-    (version "22.0.0")
+    (version "23.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://xorg/individual/driver/"
                            "xf86-video-amdgpu-" version ".tar.xz"))
        (sha256
-        (base32 "0rl2fxhhgcjywn2z8h9gmvm58zjy93lx391ax76krp0m55hgn8wx"))))
+        (base32 "0qf0kjh6pww5abxmqa4c9sfa2qq1hq4p8qcgqpfd1kpkcvmg012g"))))
     (build-system gnu-build-system)
     (inputs (list xorg-server))
     (native-inputs (list pkg-config))
-- 
2.46.0





           reply	other threads:[~2024-12-15  6:43 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <cover.1734235997.git.collin@rekahsoft.ca>]

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=05dacd6d42b53e44f49482287060b74d385de0f9.1734235997.git.collin@rekahsoft.ca \
    --to=guix-patches@gnu.org \
    --cc=74880@debbugs.gnu.org \
    --cc=collin@rekahsoft.ca \
    /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.