diff options
author | Leo Famulari <leo@famulari.name> | 2023-05-30 10:56:03 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-05-31 21:21:23 -0400 |
commit | 9ab028e70e180596f758ed9ebdf177b55d82e813 (patch) | |
tree | 689b51004f5ad75d85386da9d2ee5ad8c7a295d0 /gnu | |
parent | 876486476acb2f9bca0c53c07d1207ef042f53b5 (diff) |
gnu: linux-libre 5.15: Update to 5.15.114.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.114.
(linux-libre-5.15-pristine-source): Update hash.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 7918844d47..cc7332652f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -533,7 +533,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-6.1))) -(define-public linux-libre-5.15-version "5.15.113") +(define-public linux-libre-5.15-version "5.15.114") (define-public linux-libre-5.15-gnu-revision "gnu") (define deblob-scripts-5.15 (linux-libre-deblob-scripts @@ -543,7 +543,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "00n8c7ghfs36bvz0yjw6w9daf5zcgj94kxxn27bfyfm274rkddmz"))) (define-public linux-libre-5.15-pristine-source (let ((version linux-libre-5.15-version) - (hash (base32 "1jmrnd0ri75gl0k80g93zqyg00lbf1gqai3dga383ms92799hkja"))) + (hash (base32 "1lkpa9wv1qj90qdzzi71qf5dyy7mi95fixx3ymdp6xwz45fym0g9"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.15))) |