diff options
author | Mark H Weaver <mhw@netris.org> | 2017-11-03 01:29:33 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-11-03 01:29:33 -0400 |
commit | 15d44dfe22465d2a97391c591054293f3af23bce (patch) | |
tree | 51e5caabcf0444bc9ec18a4c32249227bef1d880 | |
parent | 72df48dbad95c3bc70a2962f496420ce3363d0de (diff) | |
download | guix-15d44dfe22465d2a97391c591054293f3af23bce.tar guix-15d44dfe22465d2a97391c591054293f3af23bce.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.96.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.96.
-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 8a817df343..60f922e5f0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -384,8 +384,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.95" - "1k2lp1jgbm5xkl3qf0cqmp07hlv03jaws68l3irid95j99prsw0b" + (make-linux-libre "4.4.96" + "0xjg810l8v37fhp04m1ldqb94m3gh4gmns7hhf3118ifkhmkr9rq" %intel-compatible-systems #:configuration-file kernel-config)) |