diff options
author | Mark H Weaver <mhw@netris.org> | 2017-09-21 18:56:25 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-09-21 18:56:25 -0400 |
commit | e689192df53c4b7a67060875df239c046efcdacd (patch) | |
tree | 5484a8cd2d8a34218b84d1cd97f8d7ee6e65fe2d | |
parent | b9ebf1da7a576059668450e65597ec33d726accb (diff) | |
download | guix-e689192df53c4b7a67060875df239c046efcdacd.tar.gz guix-e689192df53c4b7a67060875df239c046efcdacd.zip |
gnu: linux-libre@4.9: Update to 4.9.51.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.51.
-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 600ab44012..6e68f06efb 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -377,8 +377,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.50" - "1igjb2qr4znvz9p5ix18lbiv8bkfgn7lprn92gdyff4g4r4kzh72" + (make-linux-libre "4.9.51" + "168pyrddkfsmwgk4npnlp2hsxmqv6zpwsspyv2ngr9bdnzh45pvj" %intel-compatible-systems #:configuration-file kernel-config)) |