[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: linux-libre 5.16: Update to 5.16.7.
From: |
guix-commits |
Subject: |
02/06: gnu: linux-libre 5.16: Update to 5.16.7. |
Date: |
Wed, 9 Feb 2022 01:41:44 -0500 (EST) |
lfam pushed a commit to branch master
in repository guix.
commit 1cd22ffd6bdece6a31bd1648a3edee17922d1481
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sat Feb 5 14:02:41 2022 -0500
gnu: linux-libre 5.16: Update to 5.16.7.
* gnu/packages/linux.scm (linux-libre-5.16-version): Update to 5.16.7.
(linux-libre-5.16-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 254a97e915..eff6b073f6 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -357,7 +357,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-5.16-version "5.16.5")
+(define-public linux-libre-5.16-version "5.16.7")
(define-public linux-libre-5.16-gnu-revision "gnu")
(define deblob-scripts-5.16
(linux-libre-deblob-scripts
@@ -367,7 +367,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(base32 "14vb7g784rm1s2a2dzs6pnz3998iwdjwx8665myddr7gd197rkaq")))
(define-public linux-libre-5.16-pristine-source
(let ((version linux-libre-5.16-version)
- (hash (base32 "1ay7y7c2bdgvqd7hw8l9jxzx9m2rd5drdakjqnblz4w9sbcyvbpc")))
+ (hash (base32 "1kd6v31z9rylnpyrv6b3i622ismxbiv165dcjh2fn5aliqzgalap")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.16)))
- branch master updated (0f97729034 -> bc54947410), guix-commits, 2022/02/09
- 02/06: gnu: linux-libre 5.16: Update to 5.16.7.,
guix-commits <=
- 06/06: gnu: Remove linux-libre-4.4., guix-commits, 2022/02/09
- 04/06: gnu: linux-libre 5.10: Update to 5.10.98., guix-commits, 2022/02/09
- 03/06: gnu: linux-libre 5.15: Update to 5.15.21., guix-commits, 2022/02/09
- 01/06: Revert kernel modules changes to support the Coreboot framebuffer, guix-commits, 2022/02/09
- 05/06: gnu: linux-libre 5.4: Update to 5.4.177., guix-commits, 2022/02/09