diff options
author | Mark H Weaver <mhw@netris.org> | 2019-05-11 20:10:28 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-05-11 20:10:28 -0400 |
commit | 2157c1210e174199b3885d47553ae8500ace6781 (patch) | |
tree | c6c48110b82d27a3da04de9b3b0153122812a108 | |
parent | 2ce144eebb3e86e6f52509499d25a134309f24d0 (diff) | |
download | guix-2157c1210e174199b3885d47553ae8500ace6781.tar.gz guix-2157c1210e174199b3885d47553ae8500ace6781.zip |
gnu: linux-libre@4.9: Update to 4.9.175.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.175.
-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 7ede17c600..ba0594c631 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -464,8 +464,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.174" - "0f7v96qbxdcrr06b00lh3n2nljp1zfbx7iqvzha4y47z76hfv144" + (make-linux-libre "4.9.175" + "0lzigx2im3m24jfxs3j2cgri8zy82izif0w717lairxr3zfn81a8" '("x86_64-linux" "i686-linux") #:configuration-file kernel-config)) |