guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: linux-libre 6.6: Update to 6.6.27.


From: guix-commits
Subject: 02/07: gnu: linux-libre 6.6: Update to 6.6.27.
Date: Tue, 16 Apr 2024 11:25:40 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

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

    gnu: linux-libre 6.6: Update to 6.6.27.
    
    * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.27.
    (linux-libre-6.6-pristine-source, deblob-scripts-6.6): Update hashes.
    
    Change-Id: I0f21abb95d5d80bde56a1d3ad0faf4ab5fabb67f
    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 2d0dcbbd21..3710773940 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -541,17 +541,17 @@ corresponding UPSTREAM-SOURCE (an origin), using the 
given DEBLOB-SCRIPTS."
 ;; Here are the support timelines:
 ;; <https://www.kernel.org/category/releases.html>
 
-(define-public linux-libre-6.6-version "6.6.26")
+(define-public linux-libre-6.6-version "6.6.27")
 (define-public linux-libre-6.6-gnu-revision "gnu")
 (define deblob-scripts-6.6
   (linux-libre-deblob-scripts
    linux-libre-6.6-version
    linux-libre-6.6-gnu-revision
    (base32 "1qm8f3fq4yx59f7b6yky5ryyf229ypxnry922sr8cy0s7mp62cmv")
-   (base32 "17hq5pirvxaq1yscb204950xlakrd4r4mknjqayh1rzj4rzngzyq")))
+   (base32 "0s8ys7nz4p50c766f3z9h68vxnrsrgps1i5zskk3cjwik3q60an8")))
 (define-public linux-libre-6.6-pristine-source
   (let ((version linux-libre-6.6-version)
-        (hash (base32 "1nan0h95dkqpb55jr5mxfi8yks09fd518im3vblbi4zvyi4v8m5g")))
+        (hash (base32 "14c229mcrd2rd2vjp0c3apzqifn6mkz0rcbw07nj73rw1q3517k3")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))



reply via email to

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