gnu: linux-libre 6.7: Update to 6.7.4.
* gnu/packages/linux.scm (linux-libre-6.7-version): Update to 6.7.4. (linux-libre-6.7-pristine-source): Update hashes. Change-Id: I5820f45c98994fc43748b0fafde25465bf63b9ac Signed-off-by: Leo Famulari <leo@famulari.name>master
parent
01ee39cfee
commit
f97bd6312b
|
@ -495,7 +495,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
|
||||||
|
|
||||||
;; The current "mainline" kernel.
|
;; The current "mainline" kernel.
|
||||||
|
|
||||||
(define-public linux-libre-6.7-version "6.7.3")
|
(define-public linux-libre-6.7-version "6.7.4")
|
||||||
(define-public linux-libre-6.7-gnu-revision "gnu")
|
(define-public linux-libre-6.7-gnu-revision "gnu")
|
||||||
(define deblob-scripts-6.7
|
(define deblob-scripts-6.7
|
||||||
(linux-libre-deblob-scripts
|
(linux-libre-deblob-scripts
|
||||||
|
@ -505,7 +505,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
|
||||||
(base32 "1vb2pd0wdfl9p5qi8hj1i5xg1p4pyrp01iqhap9xbb2yai4l80j5")))
|
(base32 "1vb2pd0wdfl9p5qi8hj1i5xg1p4pyrp01iqhap9xbb2yai4l80j5")))
|
||||||
(define-public linux-libre-6.7-pristine-source
|
(define-public linux-libre-6.7-pristine-source
|
||||||
(let ((version linux-libre-6.7-version)
|
(let ((version linux-libre-6.7-version)
|
||||||
(hash (base32 "0i1bfkawyp917d9v3qa5nqzspzr3ixx7scbfl8x4lms74xjqrw5p")))
|
(hash (base32 "036nk3h7vqzd7gnxan2173kpss5qm2pci1lvd58gh90azigrz3gn")))
|
||||||
(make-linux-libre-source version
|
(make-linux-libre-source version
|
||||||
(%upstream-linux-source version hash)
|
(%upstream-linux-source version hash)
|
||||||
deblob-scripts-6.7)))
|
deblob-scripts-6.7)))
|
||||||
|
|
Reference in New Issue