summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-06-30 13:22:40 -0400
committerLeo Famulari <leo@famulari.name>2025-07-02 12:07:06 -0400
commitb6dce6a20afe49801e2730ab6c6db3c739b6ffef (patch)
treeef5337953b69c58b12e9464ccd49a7c3a76d71f1 /gnu/packages
parentbb4d953aaa68b74770cffce3aab6f9d682a737a8 (diff)
gnu: linux-libre 5.10: Update to 5.10.239.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.239. (linux-libre-5.10-pristine-source): Update hash. Change-Id: I9ddf8893bceedc66262186dcbc83a1c0eb51a2ee
Diffstat (limited to 'gnu/packages')
-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 4df1f7079d1..04e2584b0cd 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -593,7 +593,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-5.15)))
-(define-public linux-libre-5.10-version "5.10.238")
+(define-public linux-libre-5.10-version "5.10.239")
(define-public linux-libre-5.10-gnu-revision "gnu1")
(define deblob-scripts-5.10
(linux-libre-deblob-scripts
@@ -603,7 +603,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "11liynz5vayms646gj0rjj8fmrqhv203mwsqs3sx9p8y84v50d4p")))
(define-public linux-libre-5.10-pristine-source
(let ((version linux-libre-5.10-version)
- (hash (base32 "1dkblixa0as9h11m081dqq8vlz4dcjbzdz7phkz07p621na55j07")))
+ (hash (base32 "1nzhl1y6avfl77fyqwjwy3qc6679gp92k0d3aarscrdydcml5yid")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.10)))