diff options
author | Wilko Meyer <w@wmeyer.eu> | 2024-02-01 16:09:21 +0100 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2024-02-05 20:53:17 -0500 |
commit | 9b40e74e7c741896fd1f5198b7d92cb9bef79d55 (patch) | |
tree | 5a341c50b7b6775b9ca57dfbdd8823665b093985 /gnu/packages/linux.scm | |
parent | 1eda62a26692f20bc29d32f3ee09ac719e7483a5 (diff) | |
download | guix-9b40e74e7c741896fd1f5198b7d92cb9bef79d55.tar.gz |
gnu: linux-libre 6.7: Update to 6.7.3.
* gnu/packages/linux.scm (linux-libre-6.7-version): Update to 6.7.3. (linux-libre-6.7-pristine-source, deblob-scripts-6.7): Update hashes. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: I56b489855db37962ccf9ccccdf09fabf65648e89
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 1961709371..f18c2ffaa6 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -495,17 +495,17 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." ;; The current "mainline" kernel. -(define-public linux-libre-6.7-version "6.7.2") +(define-public linux-libre-6.7-version "6.7.3") (define-public linux-libre-6.7-gnu-revision "gnu") (define deblob-scripts-6.7 (linux-libre-deblob-scripts linux-libre-6.7-version linux-libre-6.7-gnu-revision - (base32 "0hwashmml56r74kgjb637b3ln2d7f9vgfl18sxvczyl84xlbcncj") + (base32 "1ddngihfmwffgvxxv8xsppi76r6grvdxr6zzfzvgl9qw07a6c9fd") (base32 "1vb2pd0wdfl9p5qi8hj1i5xg1p4pyrp01iqhap9xbb2yai4l80j5"))) (define-public linux-libre-6.7-pristine-source (let ((version linux-libre-6.7-version) - (hash (base32 "0wd6pxh7wy9bzjzwd0rdsdnghpr53qbs722fhg07bi19m8dy8kf3"))) + (hash (base32 "0i1bfkawyp917d9v3qa5nqzspzr3ixx7scbfl8x4lms74xjqrw5p"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.7))) |