From 90d15f294943da723a2f1ef48507194553a800ef Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Sun, 4 May 2025 14:28:52 -0400 Subject: [PATCH] gnu: linux-libre 6.1: Update to 6.1.136. * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.136. (linux-libre-6.1-pristine-source): Update hash. Change-Id: Iaf9a2431dd596d3e9c0fbd0ccfda6a5c5eaf730b --- 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 26bfb8ab2083edebb6159232b42273dfd51c8686..123ed750f5c996f13dbd1f4dba5c171e9267a869 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -577,7 +577,7 @@ 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.135") +(define-public linux-libre-6.1-version "6.1.136") (define-public linux-libre-6.1-gnu-revision "gnu") (define deblob-scripts-6.1 (linux-libre-deblob-scripts @@ -587,7 +587,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "0lkgvf1y9qmh1z8ih13y3p1zv5wb3psfp0iizn9y7isscqm4056f"))) (define-public linux-libre-6.1-pristine-source (let ((version linux-libre-6.1-version) - (hash (base32 "1fbyjprj65b1blb033lcy9y4bkh9jb7m06h6qph739wnzzhpmlg9"))) + (hash (base32 "0wdhgaa578x7jhhq2p2g272gyb12818ifan4c5zan6npp6dhf756"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.1)))