~ruther/guix-local

c45a2c4b012e0bed0f73e51a7979f0e13af21db2 — Leo Famulari 11 months ago aad612c
gnu: linux-libre: Update to 6.15.11.

* gnu/packages/linux.scm (linux-libre-6.15-version): Update to 6.15.11.
(linux-libre-6.15-pristine-source): Update hash.

Change-Id: I61a2cdd2fbe74a6fa0be24bfd14d81bb1bc0fb6b
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +2 -2
@@ 514,7 514,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
;; The current "stable" kernels. That is, the most recently released major
;; versions that are still supported upstream.

(define-public linux-libre-6.15-version "6.15.10")
(define-public linux-libre-6.15-version "6.15.11")
(define-public linux-libre-6.15-gnu-revision "gnu")
(define deblob-scripts-6.15
  (linux-libre-deblob-scripts


@@ 524,7 524,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
   (base32 "0301x3n5qbg8xm48pxq1dhrq0vkr61bqdcyaz0mbckrg20kw6m67")))
(define-public linux-libre-6.15-pristine-source
  (let ((version linux-libre-6.15-version)
        (hash (base32 "01pxk3cnil1wbysp4s6ybh5djskxzf9llmk1qy7zfr2l4mwnbkd4")))
        (hash (base32 "14sxwrvw9p4ybizb8ky1rgahc62q0aw5qkmzqp3cpnavqfgldaw9")))
   (make-linux-libre-source version
                            (%upstream-linux-source version hash)
                            deblob-scripts-6.15)))