[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: linux-libre: Update to 6.1.6.
From: |
guix-commits |
Subject: |
01/03: gnu: linux-libre: Update to 6.1.6. |
Date: |
Mon, 16 Jan 2023 08:07:45 -0500 (EST) |
lfam pushed a commit to branch master
in repository guix.
commit 9d86f6b03e957749472872aacfbe273f47599ba5
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sun Jan 15 12:41:21 2023 -0500
gnu: linux-libre: Update to 6.1.6.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.6.
(linux-libre-6.1-pristine-source): Update hash.
---
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 3f6d7f45df..4fb3635cb3 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -481,7 +481,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
;; The current "stable" kernels. That is, the most recently released major
;; versions that are still supported upstream.
-(define-public linux-libre-6.1-version "6.1.5")
+(define-public linux-libre-6.1-version "6.1.6")
(define-public linux-libre-6.1-gnu-revision "gnu")
(define deblob-scripts-6.1
(linux-libre-deblob-scripts
@@ -491,7 +491,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(base32 "0va28vs359r0rfmzh8pw58055kgd8sb62gi78vrg9p8wmj4s87v6")))
(define-public linux-libre-6.1-pristine-source
(let ((version linux-libre-6.1-version)
- (hash (base32 "1z3n00ly0hg045mi1fmzg1pr53dmjjx6nd427rr9mglbiad6szxw")))
+ (hash (base32 "1qsygnsn67j843ywpswy5724zin5sszb5mz8b8h3lw553mb8wk9y")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.1)))