gnu: linux-libre: Update to 6.1.6.

* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.6.
(linux-libre-6.1-pristine-source): Update hash.
This commit is contained in:
Leo Famulari 2023-01-15 12:41:21 -05:00
parent 8119905ab9
commit 9d86f6b03e
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -481,7 +481,7 @@ (define (%upstream-linux-source version hash)
;; The current "stable" kernels. That is, the most recently released major
;; versions that are still supported upstream.
(define-public linux-libre-6.1-version "6.1.5")
(define-public linux-libre-6.1-version "6.1.6")
(define-public linux-libre-6.1-gnu-revision "gnu")
(define deblob-scripts-6.1
(linux-libre-deblob-scripts
@ -491,7 +491,7 @@ (define deblob-scripts-6.1
(base32 "0va28vs359r0rfmzh8pw58055kgd8sb62gi78vrg9p8wmj4s87v6")))
(define-public linux-libre-6.1-pristine-source
(let ((version linux-libre-6.1-version)
(hash (base32 "1z3n00ly0hg045mi1fmzg1pr53dmjjx6nd427rr9mglbiad6szxw")))
(hash (base32 "1qsygnsn67j843ywpswy5724zin5sszb5mz8b8h3lw553mb8wk9y")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.1)))