diff options
author | Mark H Weaver <mhw@netris.org> | 2016-10-13 06:27:55 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-10-13 06:29:14 -0400 |
commit | b23ece1d2c5d693f8ce2b31cf010dc33453534a5 (patch) | |
tree | 103072aec18e20f1ac4d232bd393aa298d8d2e50 /gnu | |
parent | 1cc213850a2009d55e137fee990f9743894c76c5 (diff) | |
download | guix-b23ece1d2c5d693f8ce2b31cf010dc33453534a5.tar guix-b23ece1d2c5d693f8ce2b31cf010dc33453534a5.tar.gz |
gnu: linux-libre@4.1: Update to 4.1.34.
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.34.
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 2e4d00cfef..293ff3fec9 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -335,8 +335,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.1 - (make-linux-libre "4.1.33" - "1s45vymx7zp7qwj4rx63dpj9xwm8hv5fd9nm27wqvmgnmd3q548h" + (make-linux-libre "4.1.34" + "0dajsb363p9lgga22ml8gp9k9lxd8mvrzxk9y3h9c6hpzfcmqdqr" %intel-compatible-systems #:configuration-file kernel-config)) |