diff options
author | Mark H Weaver <mhw@netris.org> | 2019-06-27 18:58:06 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-06-27 18:58:06 -0400 |
commit | 1ad3e3f9f159d53e8ccbf4ca67afc10ae67428c5 (patch) | |
tree | 0094848ce7ef52115560aae90f8d0db75b01ec23 /gnu | |
parent | 9969b436af8c2892e59ed14ffe94905b6b18c005 (diff) | |
download | guix-1ad3e3f9f159d53e8ccbf4ca67afc10ae67428c5.tar guix-1ad3e3f9f159d53e8ccbf4ca67afc10ae67428c5.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.184.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.184.
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 efb1c659f8..7110fd9474 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -480,8 +480,8 @@ It has been modified to remove all non-free binary blobs.") %linux-libre-4.14-hash)) (define-public linux-libre-4.9 - (make-linux-libre "4.9.183" - "1w3syih3fggwkpcl6zkmm9f6577r2jvack4br5ffccgcddkz52ia" + (make-linux-libre "4.9.184" + "0q3ggndwf0rwsb3xv33zl9awkd1803h2l9b4g6d6ps3f2sjxwxwa" '("x86_64-linux" "i686-linux") #:configuration-file kernel-config)) |