diff options
author | Mark H Weaver <mhw@netris.org> | 2018-08-07 14:36:56 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-08-07 14:39:51 -0400 |
commit | 4976677b77fde5bb73afaeab0eb4782316541cab (patch) | |
tree | 136451a1bec02fbb3c2924d8f53dc3e34dd5b7aa | |
parent | 8dfb63f8de10746c1663c3aa6fbbee05486b9e89 (diff) | |
download | patches-4976677b77fde5bb73afaeab0eb4782316541cab.tar patches-4976677b77fde5bb73afaeab0eb4782316541cab.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.61.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.61.
(%linux-libre-4.14-hash): Update hash.
-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 d3c13f65fa..b5f5ee7b38 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -413,8 +413,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.60") -(define %linux-libre-4.14-hash "0550cynydwgnfd1wsl8gqmjsp4qhsimanl7h5sdi297qrz4d93pa") +(define %linux-libre-4.14-version "4.14.61") +(define %linux-libre-4.14-hash "0jr0qi3473fn32cyisp3baf68sfr6vir5ydaphmqmz379ymxxm0z") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |