all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Wilko Meyer <w@wmeyer.eu>
To: 67016@debbugs.gnu.org
Cc: Wilko Meyer <w@wmeyer.eu>, leo@famulari.name
Subject: [bug#67016] [PATCH 1/7] gnu: linux-libre 6.5: Update to 6.5.11.
Date: Thu,  9 Nov 2023 14:28:42 +0100	[thread overview]
Message-ID: <20231109132909.18926-1-w@wmeyer.eu> (raw)
In-Reply-To: <20231109132640.18549-1-w@wmeyer.eu>

* gnu/packages/linux.scm (linux-libre-6.5-version): Update to 6.5.11.
(linux-libre-6.5-pristine-source): Update hash.

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

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 95a66e3d6a..aac88f123e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -493,7 +493,7 @@ (define (%upstream-linux-source version hash)
 ;; The current "stable" kernels. That is, the most recently released major
 ;; versions that are still supported upstream.
 
-(define-public linux-libre-6.5-version "6.5.10")
+(define-public linux-libre-6.5-version "6.5.11")
 (define-public linux-libre-6.5-gnu-revision "gnu")
 (define deblob-scripts-6.5
   (linux-libre-deblob-scripts
@@ -503,7 +503,7 @@ (define deblob-scripts-6.5
    (base32 "066z5lw5vrfayhv23hpfcm6fh6b7zmn2v13kfv1g3z3jl1wblhfh")))
 (define-public linux-libre-6.5-pristine-source
   (let ((version linux-libre-6.5-version)
-        (hash (base32 "12sswml8jvabv6bqx35lg3jj6gq8jjk365rghjngdy5d0j34jpx1")))
+        (hash (base32 "06dmb4hbwrms0lp4axphwgj8wbnzsym70sx55lxr501b53wlmqif")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.5)))
-- 
2.41.0





  reply	other threads:[~2023-11-09 13:30 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-09 13:26 [bug#67016] [PATCH 0/7] linux-libre kernel updates (2023-11-09) Wilko Meyer
2023-11-09 13:28 ` Wilko Meyer [this message]
2023-11-09 13:28   ` [bug#67016] [PATCH 2/7] gnu: linux-libre 6.1: Update to 6.1.62 Wilko Meyer
2023-11-09 13:28   ` [bug#67016] [PATCH 3/7] gnu: linux-libre 5.15: Update to 5.15.138 Wilko Meyer
2023-11-09 13:28   ` [bug#67016] [PATCH 4/7] gnu: linux-libre 5.10: Update to 5.10.200 Wilko Meyer
2023-11-09 13:28   ` [bug#67016] [PATCH 5/7] gnu: linux-libre 5.4: Update to 5.4.260 Wilko Meyer
2023-11-09 13:28   ` [bug#67016] [PATCH 6/7] gnu: linux-libre 4.19: Update to 4.19.298 Wilko Meyer
2023-11-09 13:28   ` [bug#67016] [PATCH 7/7] gnu: linux-libre 4.14: Update to 4.14.329 Wilko Meyer
2023-11-10 18:36   ` [bug#67016] [PATCH 1/7] gnu: linux-libre 6.5: Update to 6.5.11 Leo Famulari
2023-11-11  7:32     ` Leo Famulari
2023-11-14  1:00       ` Leo Famulari
2023-11-15 10:02         ` Wilko Meyer
2023-11-14  5:11   ` bug#67016: " Leo Famulari
2023-11-14  5:14     ` [bug#67016] " Leo Famulari
2023-11-14  0:53 ` [bug#67016] [PATCH v2 1/9] " Leo Famulari
2023-11-14  0:53   ` [bug#67016] [PATCH v2 2/9] gnu: linux-libre 6.1: Update to 6.1.62 Leo Famulari
2023-11-14  0:53   ` [bug#67016] [PATCH v2 3/9] gnu: linux-libre 5.15: Update to 5.15.138 Leo Famulari
2023-11-14  0:53   ` [bug#67016] [PATCH v2 4/9] gnu: linux-libre 5.10: Update to 5.10.200 Leo Famulari
2023-11-14  0:53   ` [bug#67016] [PATCH v2 5/9] gnu: linux-libre 5.4: Update to 5.4.260 Leo Famulari
2023-11-14  0:53   ` [bug#67016] [PATCH v2 6/9] gnu: linux-libre 4.19: Update to 4.19.298 Leo Famulari
2023-11-14  0:53   ` [bug#67016] [PATCH v2 7/9] gnu: linux-libre 4.14: Update to 4.14.329 Leo Famulari
2023-11-14  0:53   ` [bug#67016] [PATCH v2 8/9] gnu: Add linux-libre 6.6.1 Leo Famulari
2023-11-14  0:54   ` [bug#67016] [PATCH v2 9/9] gnu: Make linux-libre 6.6 the default 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=20231109132909.18926-1-w@wmeyer.eu \
    --to=w@wmeyer.eu \
    --cc=67016@debbugs.gnu.org \
    --cc=leo@famulari.name \
    /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.