diff options
author | Mark H Weaver <mhw@netris.org> | 2018-05-03 01:32:19 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-05-03 01:32:19 -0400 |
commit | c0e8f0493ae6dfbecf98419c6ee25bc87135fd73 (patch) | |
tree | 46b0accb85ed201936f0dc187b87c606dd184d27 | |
parent | 9e19c343c7fcc3db40988320821b651467290690 (diff) | |
download | guix-c0e8f0493ae6dfbecf98419c6ee25bc87135fd73.tar guix-c0e8f0493ae6dfbecf98419c6ee25bc87135fd73.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.98.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.98.
-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 a6a5ed66e8..a0180e18c7 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -411,8 +411,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.97" - "1xc3mj1qi51n1kr5bxmdf1rlpyj78x9imhfc7gihn8qjc6zsf1sp" + (make-linux-libre "4.9.98" + "14mqg2hvxg4zwajwly18akyaca821sp4iz5w3xmikwndn2j8y1lw" %intel-compatible-systems #:configuration-file kernel-config)) |