diff options
author | Mark H Weaver <mhw@netris.org> | 2017-11-20 04:38:20 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-11-20 04:38:20 -0500 |
commit | 4bee9040fedbe7fca94016351ef78132f297ebf4 (patch) | |
tree | 2728284890eff863c4f4cd27eff226e5fc7b2f75 /gnu | |
parent | 036f1eedcc46e50fda525a65eef5de1797ce4f4d (diff) | |
download | guix-4bee9040fedbe7fca94016351ef78132f297ebf4.tar guix-4bee9040fedbe7fca94016351ef78132f297ebf4.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.99.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.99.
Diffstat (limited to 'gnu')
-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 45a72c5cfd..8ee8a4ed0a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -389,8 +389,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.98" - "1n34bwz6c122byjyfz6z916v7lx4pgsys0a2kq2zmxcfs9kv60xs" + (make-linux-libre "4.4.99" + "1jg6awk2y3spkaiwwaxvbzcxflbx9jql29j1zqysg5p7njzcxjcr" %intel-compatible-systems #:configuration-file kernel-config)) |