summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/linux.scm')
-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 b863e7324a8..da88a6efb59 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -422,7 +422,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
422 (%upstream-linux-source version hash) 422 (%upstream-linux-source version hash)
423 deblob-scripts-4.14))) 423 deblob-scripts-4.14)))
424 424
425(define-public linux-libre-4.9-version "4.9.266") 425(define-public linux-libre-4.9-version "4.9.267")
426(define deblob-scripts-4.9 426(define deblob-scripts-4.9
427 (linux-libre-deblob-scripts 427 (linux-libre-deblob-scripts
428 linux-libre-4.9-version 428 linux-libre-4.9-version
@@ -430,7 +430,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
430 (base32 "0fxajshb75siq39lj5h8xvhdj8lcmddkslwlyj65rhlwk6g2r4b2"))) 430 (base32 "0fxajshb75siq39lj5h8xvhdj8lcmddkslwlyj65rhlwk6g2r4b2")))
431(define-public linux-libre-4.9-pristine-source 431(define-public linux-libre-4.9-pristine-source
432 (let ((version linux-libre-4.9-version) 432 (let ((version linux-libre-4.9-version)
433 (hash (base32 "0qzigcslfp714vaswwlw93xj0h2f8laikppw6krrhfnh5wwrp5dr"))) 433 (hash (base32 "0q0a49b3wsxk9mqyy8b55lr1gmiqxjpqh2nlhj4xwcfzd7z9lfwq")))
434 (make-linux-libre-source version 434 (make-linux-libre-source version
435 (%upstream-linux-source version hash) 435 (%upstream-linux-source version hash)
436 deblob-scripts-4.9))) 436 deblob-scripts-4.9)))