diff options
author | Mark H Weaver <mhw@netris.org> | 2018-11-10 20:23:15 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-11-10 20:23:15 -0500 |
commit | 62168a555872aafccbc75d5681063c3f90d9a928 (patch) | |
tree | 2a45c8be8022c5cd34961367c93e746a0b441039 /gnu | |
parent | fc43d6d4d9df9672b3a1047e5c81bed511dad8e4 (diff) | |
download | guix-62168a555872aafccbc75d5681063c3f90d9a928.tar.gz guix-62168a555872aafccbc75d5681063c3f90d9a928.zip |
gnu: linux-libre@4.9: Update to 4.9.136.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.136.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index cd7f61803d..132bc0d827 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -439,8 +439,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.9 - (make-linux-libre "4.9.135" - "07v5s6hl08ls2z9xdkbqq1s210mqayfchqbckhp8hlaw089ap71f" + (make-linux-libre "4.9.136" + "1kk6px1jcwbgkpfmf9pdklk6kz90h5l8fvdqwmvnk4bz6b2xrrfp" %intel-compatible-systems #:configuration-file kernel-config)) |