diff options
author | Mark H Weaver <mhw@netris.org> | 2017-12-25 23:05:27 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-12-25 23:05:27 -0500 |
commit | 5338e62572d20a573627c7998c5a20a72f1908bd (patch) | |
tree | 44dde9d7eeaae542f35a585b74cda78b9cd9714e | |
parent | e4d8584efb70700f81f6043012d4199e22b0ad9d (diff) | |
download | patches-5338e62572d20a573627c7998c5a20a72f1908bd.tar patches-5338e62572d20a573627c7998c5a20a72f1908bd.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.72.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.72.
-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 91a9745226..5a2592fba9 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -384,8 +384,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.71" - "0z4m77zbndlqy43bgl1xhklpjilbvrhbfbcppc55z3f61qwjf0mc" + (make-linux-libre "4.9.72" + "1jcjrnbn7q3wa90ibpwxn2hfj2phx8bhj0k7isblgrj674s7zzzv" %intel-compatible-systems #:configuration-file kernel-config)) |