summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-11-03 21:09:03 -0500
committerLeo Famulari <leo@famulari.name>2025-11-07 19:48:36 -0500
commit243d2da3507620310b49a5c8b66205786cb5e073 (patch)
tree5f633c4e1707c20e35a02107348c270e0da3858d /gnu/packages/linux.scm
parent80fc2ba521020c6af25b6e23cbdf6dec6b3aede0 (diff)
gnu: linux-libre 6.6: Update to 6.6.116.
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.116. (linux-libre-6.6-pristine-source): Update hash. Change-Id: I85d794861011cce8dc705c021f3f2fbf622c2756
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 5075d6d03b2..e2aa3149036 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -578,7 +578,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-6.12)))
-(define-public linux-libre-6.6-version "6.6.115")
+(define-public linux-libre-6.6-version "6.6.116")
(define-public linux-libre-6.6-gnu-revision "gnu")
(define deblob-scripts-6.6
(linux-libre-deblob-scripts
@@ -588,7 +588,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "11i7pvm5n31rvp05msbm3ciclr84cz9c94f5r5aa6mmzhslwpbxk")))
(define-public linux-libre-6.6-pristine-source
(let ((version linux-libre-6.6-version)
- (hash (base32 "0iwhzlrqcw9hzr21gn0pmsjix0d022a7g38vszx4jsqgimgc160a")))
+ (hash (base32 "07d5629579apc1d8yb0ki226iyb5n3lwp1yw0p189qlvq919g9d9")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.6)))