diff options
author | Mark H Weaver <mhw@netris.org> | 2017-02-03 00:48:55 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-02-03 00:48:55 -0500 |
commit | 942f38ea7f020d9651f9d3f32a4ce8f143a3e623 (patch) | |
tree | 36249b503e670eaec1acfe1077627e29b9d3c4b1 | |
parent | 345504c79d2b412f1036ff0cbd964e344a24b162 (diff) | |
download | guix-942f38ea7f020d9651f9d3f32a4ce8f143a3e623.tar guix-942f38ea7f020d9651f9d3f32a4ce8f143a3e623.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.46.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.46.
-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 def4be52cd..0356ce028a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -341,8 +341,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.45" - "1c6nigbl8yrqpaz89954la956lshr3p0llm52phxq2h06zblsp87" + (make-linux-libre "4.4.46" + "0b1gc95spdb989zrb1ww04ik5xgbaxj906ka1dspnvxhz471zcf3" %intel-compatible-systems #:configuration-file kernel-config)) |