all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71004] [PATCH 1/8] gnu: linux-libre 6.9: Update to 6.9.1.
@ 2024-05-17 12:38 Wilko Meyer
  2024-05-17 12:38   ` [bug#71002] " Wilko Meyer
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Wilko Meyer @ 2024-05-17 12:38 UTC (permalink / raw)
  To: 71002, 71004; +Cc: Wilko Meyer, leo

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

Change-Id: I9fc5ff4949e5676d8301df2363bf937b2e4767e5
---
 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 3ed4a1900a..ecbb6e5be2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -503,7 +503,7 @@ (define (%upstream-linux-source version hash)
 
 ;; The current "mainline" kernel.
 
-(define-public linux-libre-6.9-version "6.9")
+(define-public linux-libre-6.9-version "6.9.1")
 (define-public linux-libre-6.9-gnu-revision "gnu")
 (define deblob-scripts-6.9
   (linux-libre-deblob-scripts
@@ -513,7 +513,7 @@ (define deblob-scripts-6.9
    (base32 "0a8ikg2b4q6xkd3pnzvd777ngrx74by7l13q7jg4n88myfxqk9xb")))
 (define-public linux-libre-6.9-pristine-source
   (let ((version linux-libre-6.9-version)
-        (hash (base32 "0jc14s7z2581qgd82lww25p7c4w72scpf49z8ll3wylwk3xh3yi4")))
+        (hash (base32 "0jn0qp22vx7xf2mgaj7cwf8agqhahvrwlda4ak6rw67xk2x19d01")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.9)))
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-05-20 15:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-17 12:38 [bug#71004] [PATCH 1/8] gnu: linux-libre 6.9: Update to 6.9.1 Wilko Meyer
2024-05-17 12:38 ` [bug#71003] [PATCH 2/8] gnu: linux-libre-6.8: Update to 6.8.10 Wilko Meyer
2024-05-17 12:38   ` [bug#71002] " Wilko Meyer
2024-05-20 15:33   ` bug#71002: " Leo Famulari
2024-05-17 12:38 ` [bug#71002] [PATCH 3/8] gnu: linux-libre 6.6: Update to 6.6.31 Wilko Meyer
2024-05-17 12:38 ` [bug#71005] [PATCH 4/8] gnu: linux-libre 6.1: Update to 6.1.91 Wilko Meyer
2024-05-17 12:38 ` [bug#71002] [PATCH 5/8] gnu: linux-libre 5.15: Update to 5.15.159 Wilko Meyer
2024-05-17 12:38 ` [bug#71002] [PATCH 6/8] gnu: linux-libre 5.10: Update to 5.10.217 Wilko Meyer
2024-05-17 12:38 ` [bug#71009] [PATCH 7/8] gnu: linux-libre 5.4: Update to 5.4.276 Wilko Meyer
2024-05-17 12:38 ` [bug#71002] [PATCH 8/8] gnu: linux-libre 4.19: Update to 4.19.314 Wilko Meyer

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.