diff options
author | Mark H Weaver <mhw@netris.org> | 2018-05-12 03:58:14 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-05-12 03:58:14 -0400 |
commit | 3944e13a72ce0ef81b76eb7b8b06d633e0a366d3 (patch) | |
tree | 129d0c65995d3adcd8508d4fba0d13bdef1bdba8 /gnu/packages/linux.scm | |
parent | afca98ff01e036594778ab687f472ef5d759f653 (diff) | |
download | guix-3944e13a72ce0ef81b76eb7b8b06d633e0a366d3.tar guix-3944e13a72ce0ef81b76eb7b8b06d633e0a366d3.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.99.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.99.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 7648b55764..252ee85900 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -411,8 +411,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.9 - (make-linux-libre "4.9.98" - "14mqg2hvxg4zwajwly18akyaca821sp4iz5w3xmikwndn2j8y1lw" + (make-linux-libre "4.9.99" + "0xhzanpxbhddj0n8hn40z99y9x3538fm167z3dixzgs6jq4vfx5b" %intel-compatible-systems #:configuration-file kernel-config)) |