summaryrefslogtreecommitdiff
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
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
-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."
578 (%upstream-linux-source version hash) 578 (%upstream-linux-source version hash)
579 deblob-scripts-6.12))) 579 deblob-scripts-6.12)))
580 580
581(define-public linux-libre-6.6-version "6.6.115") 581(define-public linux-libre-6.6-version "6.6.116")
582(define-public linux-libre-6.6-gnu-revision "gnu") 582(define-public linux-libre-6.6-gnu-revision "gnu")
583(define deblob-scripts-6.6 583(define deblob-scripts-6.6
584 (linux-libre-deblob-scripts 584 (linux-libre-deblob-scripts
@@ -588,7 +588,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
588 (base32 "11i7pvm5n31rvp05msbm3ciclr84cz9c94f5r5aa6mmzhslwpbxk"))) 588 (base32 "11i7pvm5n31rvp05msbm3ciclr84cz9c94f5r5aa6mmzhslwpbxk")))
589(define-public linux-libre-6.6-pristine-source 589(define-public linux-libre-6.6-pristine-source
590 (let ((version linux-libre-6.6-version) 590 (let ((version linux-libre-6.6-version)
591 (hash (base32 "0iwhzlrqcw9hzr21gn0pmsjix0d022a7g38vszx4jsqgimgc160a"))) 591 (hash (base32 "07d5629579apc1d8yb0ki226iyb5n3lwp1yw0p189qlvq919g9d9")))
592 (make-linux-libre-source version 592 (make-linux-libre-source version
593 (%upstream-linux-source version hash) 593 (%upstream-linux-source version hash)
594 deblob-scripts-6.6))) 594 deblob-scripts-6.6)))