diff options
author | Mark H Weaver <mhw@netris.org> | 2018-05-27 01:20:01 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-05-27 01:20:01 -0400 |
commit | ab7da7bc39004cb1d2d09ce9b0c34ee7993fc141 (patch) | |
tree | 78e45736044886fad73165138511e9c80084bdf5 | |
parent | e8f4d53e037df2b88d8cadd9f933c03f27e8d0ab (diff) | |
download | guix-ab7da7bc39004cb1d2d09ce9b0c34ee7993fc141.tar guix-ab7da7bc39004cb1d2d09ce9b0c34ee7993fc141.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.133.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.133.
-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 70e612995e..990d2c9d98 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -419,8 +419,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.132" - "012nmbvvi8sg0iav5aibk8qx189iwqjadnr4h5jv65gzi7i79li9" + (make-linux-libre "4.4.133" + "05qc9smcvxd68d46l5gjhvihhnidkiymqh4fv4nyagzv555q7na7" %intel-compatible-systems #:configuration-file kernel-config)) |