diff options
author | Mark H Weaver <mhw@netris.org> | 2017-07-15 22:31:31 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-07-15 22:31:31 -0400 |
commit | 6adf9d18d145c15bf593740b4180f10b65488631 (patch) | |
tree | 0eae2c7d5c7ff5f8cf713003a088ce354297c706 /gnu/packages | |
parent | d5b357ec434182a6b42043455303e71c2d34feaa (diff) | |
download | guix-6adf9d18d145c15bf593740b4180f10b65488631.tar.gz guix-6adf9d18d145c15bf593740b4180f10b65488631.zip |
gnu: linux-libre@4.4: Update to 4.4.77.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.77.
Diffstat (limited to 'gnu/packages')
-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 58f6f36625..4bb24cfd3e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -379,8 +379,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.76" - "1qzgjqj7zv8hk162viyjy4cn24snwy159j8vir6d5jsrkvwq5wrk" + (make-linux-libre "4.4.77" + "0y1myjwbqjx8k9c2z83p04a7ncl2ca6gkyxk0zyyabjfvxb5g9k9" %intel-compatible-systems #:configuration-file kernel-config)) |