diff options
author | Mark H Weaver <mhw@netris.org> | 2017-11-25 02:45:12 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-11-25 02:45:12 -0500 |
commit | b2785c54f71033623fda665cab09575eeb30049a (patch) | |
tree | aa2ee9c1b7b71e9fd74803989cb0f05c947da40f /gnu | |
parent | 749164cb71f6156adb5c99df360758dbb74efa2d (diff) | |
download | patches-b2785c54f71033623fda665cab09575eeb30049a.tar patches-b2785c54f71033623fda665cab09575eeb30049a.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.65.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.65.
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 e1e7f6142d..d8130af0a5 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.64" - "0mhzc8904cdnaxil8xlxmv3rd86lypi13ig9i9321jjbmv4cn849" + (make-linux-libre "4.9.65" + "12a03kf79xdzqnb1cv0fxdn2dasn68hici5pw3qgxdbb65p1kxq7" %intel-compatible-systems #:configuration-file kernel-config)) |