diff options
author | Mark H Weaver <mhw@netris.org> | 2018-10-14 19:13:56 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-10-14 19:13:56 -0400 |
commit | b0fe6b5785472895259c6d60f06024042450679b (patch) | |
tree | 45b82c8bfa1531a6ae241eddcdcf22f4fb5fabd7 /gnu | |
parent | f266e82ad21eb7be963e7d70beaa2f503cfa4e78 (diff) | |
download | patches-b0fe6b5785472895259c6d60f06024042450679b.tar patches-b0fe6b5785472895259c6d60f06024042450679b.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.76.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.76.
(%linux-libre-4.14-hash): Update hash.
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 c1bd01055e..812da7ca3c 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.75") -(define %linux-libre-4.14-hash "0ljcjsc6lxq4q5dxy9kgnngasyqmv6rhl9yyqxrfzm41qbqfn64l") +(define %linux-libre-4.14-version "4.14.76") +(define %linux-libre-4.14-hash "1y5zqf84ngb6f5f85xpd4bdy6mlxr52x19bx3mdrp82awc9fvr7q") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |