diff options
author | Mark H Weaver <mhw@netris.org> | 2018-04-24 16:50:54 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-04-24 16:53:51 -0400 |
commit | feb477869e365b9d80df00b4c1c170a417d07a3f (patch) | |
tree | 90af03dc6e76b289dc47fadcdc915a6f59f79f6f /gnu/packages/linux.scm | |
parent | 22789d97b01914ba0fe4861a8cd133573b58fe43 (diff) | |
download | guix-feb477869e365b9d80df00b4c1c170a417d07a3f.tar guix-feb477869e365b9d80df00b4c1c170a417d07a3f.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.36.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.36.
(%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 5bdde86bc3..06ba61a096 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -400,8 +400,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.35") -(define %linux-libre-4.14-hash "0dfzc2290zks1a63zld8ac0xarc8gxwwh4wsr71y8mas7gfmyqzj") +(define %linux-libre-4.14-version "4.14.36") +(define %linux-libre-4.14-hash "03iwsaa5bb43v2yq81n0i9ysj63fik0nnhlrvwq8zsk8ni9sl6yb") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |