all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: 52041@debbugs.gnu.org
Subject: [bug#52041] [PATCH v2 1/2] gnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-6.307d694.
Date: Mon, 22 Nov 2021 20:29:23 -0500	[thread overview]
Message-ID: <f69c5919443a7ec7c8928edfe3afaee76463b9ba.1637630964.git.leo@famulari.name> (raw)
In-Reply-To: <d699e5ffb37ef8ea4bbe38fe0a3778d1705ffa07.1637602523.git.leo@famulari.name>

This fixes the build with linux-libre 5.15:

https://github.com/aircrack-ng/rtl8812au/pull/898

* gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module): Update to
5.6.4.2-6.307d694.
---
 gnu/packages/linux.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ece3c588e8..3e84dcfb9a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1369,8 +1369,8 @@ (define-public rtl8821ce-linux-module
       (license license:gpl2))))
 
 (define-public rtl8812au-aircrack-ng-linux-module
-  (let ((commit "b8167e66b4ac046b3b76c2c40008d84528e91594")
-        (revision "5"))
+  (let ((commit "307d694076b056588c652c2bdaa543a89eb255d9")
+        (revision "6"))
     (package
       (inherit rtl8821ce-linux-module)
       (name "rtl8812au-aircrack-ng-linux-module")
@@ -1383,7 +1383,7 @@ (define-public rtl8812au-aircrack-ng-linux-module
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "1940f2yz5c4q2fhcd91zfzl32fhdsgr297vzamm7nd8kdk0gymi2"))
+          (base32 "1g2zga7jqzp4azwqpgxxx3lg07ijaaqw3zqnaa3i2brycwlnf8l9"))
          (modules '((guix build utils)))
          (snippet
           '(begin
-- 
2.33.1





  reply	other threads:[~2021-11-23  1:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-22 17:35 [bug#52041] [PATCH] gnu: linux-libre: Update to 5.15.4 Leo Famulari
2021-11-23  1:29 ` Leo Famulari [this message]
2021-11-23  1:29   ` [bug#52041] [PATCH v2 2/2] " Leo Famulari
2021-11-26 21:57     ` bug#52041: " Leo Famulari

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=f69c5919443a7ec7c8928edfe3afaee76463b9ba.1637630964.git.leo@famulari.name \
    --to=leo@famulari.name \
    --cc=52041@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.