summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2022-09-05 22:18:22 -0400
committerLeo Famulari <leo@famulari.name>2022-09-06 08:58:13 -0400
commit454027dfaa5ad8d1635f9bcfef715bcf5b3f67d0 (patch)
treea3acaeb05c08e8d1dace6f57ed16516b9259ea07
parent588ba7f98fd3173071b93db7c0230f46c6623175 (diff)
gnu: linux-libre 4.9: Update to 4.9.237.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.237. (linux-libre-4.9-pristine-source): Update hash.
-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 750ab7e1fce..5768831c3be 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -462,7 +462,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
462 (%upstream-linux-source version hash) 462 (%upstream-linux-source version hash)
463 deblob-scripts-4.14))) 463 deblob-scripts-4.14)))
464 464
465(define-public linux-libre-4.9-version "4.9.326") 465(define-public linux-libre-4.9-version "4.9.327")
466(define-public linux-libre-4.9-gnu-revision "gnu1") 466(define-public linux-libre-4.9-gnu-revision "gnu1")
467(define deblob-scripts-4.9 467(define deblob-scripts-4.9
468 (linux-libre-deblob-scripts 468 (linux-libre-deblob-scripts
@@ -472,7 +472,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
472 (base32 "0bib3641dbcqdkx3anna3caxnsg3nw9cnmhcklq0s93g3m57041h"))) 472 (base32 "0bib3641dbcqdkx3anna3caxnsg3nw9cnmhcklq0s93g3m57041h")))
473(define-public linux-libre-4.9-pristine-source 473(define-public linux-libre-4.9-pristine-source
474 (let ((version linux-libre-4.9-version) 474 (let ((version linux-libre-4.9-version)
475 (hash (base32 "0yw83a8nk5abjsvqrz8m2sj699c228j2f2wr5q8m95vgqzfw5wrb"))) 475 (hash (base32 "1lh63viynf9f7vl0a52mnal8jack9lbqfsfammwkxi3kafpw30r2")))
476 (make-linux-libre-source version 476 (make-linux-libre-source version
477 (%upstream-linux-source version hash) 477 (%upstream-linux-source version hash)
478 deblob-scripts-4.9))) 478 deblob-scripts-4.9)))