diff options
author | Mark H Weaver <mhw@netris.org> | 2018-05-27 01:22:36 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-05-27 01:22:36 -0400 |
commit | 52a13798140590c2aa2e5e78ad8866fdb742bc7e (patch) | |
tree | 1378c7cf4f6a05ddea71dce58c96f4e88d2982dd /gnu/packages/linux.scm | |
parent | ce9484d85101338d2aa7194155ae232722a9b0f4 (diff) |
gnu: linux-libre@4.14: Update to 4.14.44.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.44.
(%linux-libre-4.14-hash): Update hash.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 eadc1ad639..7bf591ab7e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -403,8 +403,8 @@ It has been modified to remove all non-free binary blobs.") %linux-compatible-systems #:configuration-file kernel-config)) -(define %linux-libre-4.14-version "4.14.43") -(define %linux-libre-4.14-hash "0mqgxp0001j11m5s82s7j4398443zx474a5kpzql7cqf3aljfybm") +(define %linux-libre-4.14-version "4.14.44") +(define %linux-libre-4.14-hash "0w89y22by17yqk89l1mmhlvz0i4dkp1mjc347nq3zy1llbwiwvnf") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |