diff options
author | Mark H Weaver <mhw@netris.org> | 2017-10-11 00:38:46 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-10-11 00:38:46 -0400 |
commit | dac1d8efd40c61f5ac329b8b1135477389f82b11 (patch) | |
tree | eab8456681ded965fec9251043b62e121680b132 /gnu | |
parent | 7740228e3523e3e0e4c007eb1f1b224575d16574 (diff) | |
download | guix-dac1d8efd40c61f5ac329b8b1135477389f82b11.tar guix-dac1d8efd40c61f5ac329b8b1135477389f82b11.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.91.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.91.
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 faf230f7ed..50572c0f7b 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -383,8 +383,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.4 - (make-linux-libre "4.4.90" - "1sqzvz8yrcf99vhphkxp1wm2agq6q9nshxb1mkypspm8rhm11vhw" + (make-linux-libre "4.4.91" + "1qcpmy65w8gsj9gkr8d24bs17lmg98q17r4qljgihs48pk0ylfd0" %intel-compatible-systems #:configuration-file kernel-config)) |