diff mbox series

[bug#70448,4/4] gnu: linux-libre 5.15: Update to 5.15.156.

Message ID 20240418082719.5580-5-w@wmeyer.eu
State New
Headers show
Series linux-libre kernel updates (2024-04-18) | expand

Commit Message

Wilko Meyer April 18, 2024, 8:27 a.m. UTC
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.156.
(linux-libre-5.15-pristine-source): Update hashes.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Leo Famulari April 22, 2024, 11:54 a.m. UTC | #1
On Thu, Apr 18, 2024 at 10:27:20AM +0200, Wilko Meyer wrote:
> * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.156.
> (linux-libre-5.15-pristine-source): Update hashes.

Pushed as 30de2751094fa7cceeb692c656296209970d61cb

Thanks!
diff mbox series

Patch

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index d6f2635ecb..db61075994 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -571,7 +571,7 @@  (define-public linux-libre-6.1-pristine-source
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
 
-(define-public linux-libre-5.15-version "5.15.155")
+(define-public linux-libre-5.15-version "5.15.156")
 (define-public linux-libre-5.15-gnu-revision "gnu")
 (define deblob-scripts-5.15
   (linux-libre-deblob-scripts
@@ -581,7 +581,7 @@  (define deblob-scripts-5.15
    (base32 "121shkzgixmywa19xx5f2yxg1primarpg4bxin3jyw0214xbfh2n")))
 (define-public linux-libre-5.15-pristine-source
   (let ((version linux-libre-5.15-version)
-        (hash (base32 "1r16j5asd8v5hr5b0sb8z2wmp6say928pgm13k4iyv9fdnw5jn68")))
+        (hash (base32 "0y3p7sqr8hsn0v9ybqlcmn1z150zc13yckgrymb10sck9k8na14z")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.15)))