[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: linux-libre 6.1: Update to 6.1.125.
From: |
guix-commits |
Subject: |
03/03: gnu: linux-libre 6.1: Update to 6.1.125. |
Date: |
Sat, 18 Jan 2025 13:46:06 -0500 (EST) |
lfam pushed a commit to branch kernel-updates
in repository guix.
commit e179dd5cb61f32a5b35b605a6166a46f0039ceaa
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sat Jan 18 13:45:24 2025 -0500
gnu: linux-libre 6.1: Update to 6.1.125.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.125.
(linux-libre-6.1-pristine-source): Update hash.
Change-Id: I846c5e8d7b395e04f57f0082626594b61f612f47
---
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 e2d56b32d5..7f73818d2e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -548,7 +548,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-6.6)))
-(define-public linux-libre-6.1-version "6.1.124")
+(define-public linux-libre-6.1-version "6.1.125")
(define-public linux-libre-6.1-gnu-revision "gnu")
(define deblob-scripts-6.1
(linux-libre-deblob-scripts
@@ -558,7 +558,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(base32 "060pbbvk3c1r9v6fz1qm5f0hjb29wi67lg7an0nwl6bpjsk5ci52")))
(define-public linux-libre-6.1-pristine-source
(let ((version linux-libre-6.1-version)
- (hash (base32 "09wqb2wqrbg62kqn1r4vj5694r701lkvb9vdzj0slvv2rkazckpz")))
+ (hash (base32 "0g0b23dm8kzijh9j1g4rv7b3r2lzz53g26xmz4zgchkybxfkbwnr")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.1)))