diff options
author | Mark H Weaver <mhw@netris.org> | 2018-07-04 19:13:58 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-07-04 19:30:14 -0400 |
commit | d1b2611d22dedeebab8ce68c4d920be57252be4e (patch) | |
tree | 6056930013d3729e00be8a5012d5ee75cab758d8 /gnu | |
parent | a6a252e01d16025b687f2b34d3dcee9ce44ce49d (diff) | |
download | guix-d1b2611d22dedeebab8ce68c4d920be57252be4e.tar guix-d1b2611d22dedeebab8ce68c4d920be57252be4e.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.111.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.111.
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 f4479ebf9c..b5ce7dc262 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -421,8 +421,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.110" - "0nzfna9w9a45y521d3dcxkdv66gn38n4pq814rdqazk74qb5macn" + (make-linux-libre "4.9.111" + "0ld57627k6mjp14x5bvndakj6lc4l31zp2yq74h7ski2g3k7ppk2" %intel-compatible-systems #:configuration-file kernel-config)) |