summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-01-10 16:53:59 -0500
committerLeo Famulari <leo@famulari.name>2025-01-11 22:10:47 -0500
commit4d25f4d5e109b4a6d78fee09783143d68aa2ec1d (patch)
treef266c7aec7a2f0bc6de11c17bd0414878ea3812c /gnu/packages/linux.scm
parent5d7681e81a995b98d2c41e3f1238e567f6e4bc24 (diff)
gnu: linux-libre 6.6: Update to 6.6.70.
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.70. (linux-libre-6.6-pristine-source, deblob-scripts-6.6): Update hashes. Change-Id: I621fcbd89df72899e8bd53c849674fcd9f35b82b
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 504064e152b..1347ee8af4f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -548,17 +548,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.69")
+(define-public linux-libre-6.6-version "6.6.70")
(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 "1a28pdl645bj4d8gac71dmwmll6a2kgd3k7gkpfvi94yqkzd9r2z")
- (base32 "1x3455v7sfzakq99ydifh65yzvjzrw06p2lchwb6902yzqbnh786")))
+ (base32 "1gqha26cxijizyhg6k5397bc9pn54wxz01d4gb7j2xx22rkxjwhb")))
(define-public linux-libre-6.6-pristine-source
(let ((version linux-libre-6.6-version)
- (hash (base32 "0d2gilgh8myavzfdjnx7az4dbwvkk7irvsz6rla9bnbmgdb0aqww")))
+ (hash (base32 "15rgzl86q52ki0n7n4xlhb1pmipxbshmnafinsyfnvxjgzh3xll4")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.6)))