diff options
author | Mark H Weaver <mhw@netris.org> | 2017-11-16 00:03:00 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-11-16 00:03:00 -0500 |
commit | 811a24ca5ff0f6261c7266aef45ac1968e7004bd (patch) | |
tree | c7474b41d571122f2784eec4f9d3c029e06492ed | |
parent | 6f0e2c2b4a215be1d421165cbbc4cca3571b5246 (diff) | |
download | patches-811a24ca5ff0f6261c7266aef45ac1968e7004bd.tar patches-811a24ca5ff0f6261c7266aef45ac1968e7004bd.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.62.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.62.
-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 9c5eb2e231..13a8ebe547 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -383,8 +383,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.61" - "1w0dy0w1nbahnyj8p5rk2wqb3lm53yc72mq5q00bwav7l6bzf06z" + (make-linux-libre "4.9.62" + "00brapsvchkv2q4p6spvjk92524mfcsj5aq5jcjvqhx50fn71y1w" %intel-compatible-systems #:configuration-file kernel-config)) |