diff options
author | Mark H Weaver <mhw@netris.org> | 2018-09-07 21:03:03 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-09-07 21:03:03 -0400 |
commit | 4be8fdd3ccb5d41438812d6781379457800345bd (patch) | |
tree | 2277e069af1ee00ea26431fc8ad918477465dc5b /gnu/packages | |
parent | ddb419ce046f6ef7732b71af9f145c46d4aa42de (diff) | |
download | patches-4be8fdd3ccb5d41438812d6781379457800345bd.tar patches-4be8fdd3ccb5d41438812d6781379457800345bd.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.68.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.68.
(%linux-libre-4.14-hash): Update hash.
Diffstat (limited to 'gnu/packages')
-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 cabc34b0df..2b02870a73 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -436,8 +436,8 @@ It has been modified to remove all non-free binary blobs.") #:patches %linux-libre-4.18-patches #:configuration-file kernel-config)) -(define %linux-libre-4.14-version "4.14.67") -(define %linux-libre-4.14-hash "050zvdxjy6sc64q75pr1gxsmh49chwav2pwxz8xlif39bvahnrpg") +(define %linux-libre-4.14-version "4.14.68") +(define %linux-libre-4.14-hash "05l5y0vbbl60jxdbqglqr9c99a8g8lfsp4mcqfpcx1pkh5br7i3l") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |