guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/07: gnu: linux-libre 6.1: Update to 6.1.86.


From: guix-commits
Subject: 03/07: gnu: linux-libre 6.1: Update to 6.1.86.
Date: Sun, 14 Apr 2024 23:47:49 -0400 (EDT)

lfam pushed a commit to branch kernel-updates
in repository guix.

commit b7aa83c25fdb3a2deb92e895dd59e48392842d8c
Author: Wilko Meyer <w@wmeyer.eu>
AuthorDate: Sun Apr 14 22:05:20 2024 +0200

    gnu: linux-libre 6.1: Update to 6.1.86.
    
    * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.86.
    (linux-libre-6.1-pristine-source, deblob-scripts-6.1): Update hashes.
    
    Change-Id: Icecabfdcd8b8c76ef62aa679b4eec015869a2134
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/linux.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 3710773940..f2be6c2d9d 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -556,17 +556,17 @@ 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.85")
+(define-public linux-libre-6.1-version "6.1.86")
 (define-public linux-libre-6.1-gnu-revision "gnu")
 (define deblob-scripts-6.1
   (linux-libre-deblob-scripts
    linux-libre-6.1-version
    linux-libre-6.1-gnu-revision
    (base32 "1sf80f2i4vf888xjcn84ymn4w5ynn30ib9033zwmv7f09yvfhapy")
-   (base32 "1kp8zl97x1hsmvmdwaq8s8gndfmf8chvlhsw216f86ishi2prws3")))
+   (base32 "0104m61mqhlmsjjprj51njwbffjcqgjln5bf1wknb6y3iiazl6ng")))
 (define-public linux-libre-6.1-pristine-source
   (let ((version linux-libre-6.1-version)
-        (hash (base32 "0x32p1c04q5d0yd4qncrmc064m3g1x7cvfia5cd04q3wb769pzik")))
+        (hash (base32 "0nqiwcaln36drkcaav96dymd2y8rv7wj6a5xjl58f2hg9z2cilyk")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]