diff options
author | Mark H Weaver <mhw@netris.org> | 2018-02-13 13:08:30 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-02-13 13:08:30 -0500 |
commit | acff6aa00473befac75f8120fc4299f4f265c258 (patch) | |
tree | 8dbf9907f8ec1c50c3e6084833151212fb73d1c5 /gnu | |
parent | 146be91dda5a2a14fe031df5ea1f63f2452f1311 (diff) | |
download | guix-acff6aa00473befac75f8120fc4299f4f265c258.tar guix-acff6aa00473befac75f8120fc4299f4f265c258.tar.gz |
gnu: linux-libre: Update to 4.15.3.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.3.
(%linux-libre-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 2e829200e5..6921563856 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -382,8 +382,8 @@ It has been modified to remove all non-free binary blobs.") ;; supports qemu "virt" machine and possibly a large number of ARM boards. ;; See : https://wiki.debian.org/DebianKernel/ARMMP. -(define %linux-libre-version "4.15.2") -(define %linux-libre-hash "0rzncbk513a8q60z9psb9yz7liadsb7nghj12s1kmwn441z1zv93") +(define %linux-libre-version "4.15.3") +(define %linux-libre-hash "1svn7v0gdqh7mi1f139g3nhf18g4vr9958x1zh24zww0lyic8l27") (define-public linux-libre (make-linux-libre %linux-libre-version |