diff options
author | Mark H Weaver <mhw@netris.org> | 2016-09-19 18:37:22 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-09-19 18:37:22 -0400 |
commit | 55ac38f986256266ab71316fe3d8bec9c1496d0e (patch) | |
tree | 5e912b3f12b9e896d4936eedf33b31ed08b3e381 | |
parent | 006a832ccb7fb6bc7e74bc697137f73c65a567f5 (diff) | |
download | guix-55ac38f986256266ab71316fe3d8bec9c1496d0e.tar.gz guix-55ac38f986256266ab71316fe3d8bec9c1496d0e.zip |
gnu: linux-libre@4.1: Update to 4.1.33.
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.33.
-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 3e4237720b..96a166d56d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -330,8 +330,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.31" - "0grffah921k136w1qwcswxv6m810s8q54nr2rk7kyqka3a1b81yw" + (make-linux-libre "4.1.33" + "1s45vymx7zp7qwj4rx63dpj9xwm8hv5fd9nm27wqvmgnmd3q548h" %intel-compatible-systems #:configuration-file kernel-config)) |