diff options
author | Mark H Weaver <mhw@netris.org> | 2018-09-16 19:11:33 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-09-16 19:11:33 -0400 |
commit | b55d75f133e782ef31fd20b8b454694198ef0c71 (patch) | |
tree | 753b2ae487ccc8902dcc48e0902db322c7a6e001 /gnu | |
parent | 31fdfc0cdd31f4e7c371a2da7404ea8f616a77fc (diff) | |
download | patches-b55d75f133e782ef31fd20b8b454694198ef0c71.tar patches-b55d75f133e782ef31fd20b8b454694198ef0c71.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.156.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.156.
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 d4e9a5de95..9463d001a7 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -452,8 +452,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.4 - (make-linux-libre "4.4.155" - "1gcnwrgv0xghr550lcl6dmxdl59drzbi02mwp78g8vjql6ihdfys" + (make-linux-libre "4.4.156" + "13j4jb4hifh3fah2ysy2425fakwqqdh2z23lf4i0frxa1xl974h2" %intel-compatible-systems #:configuration-file kernel-config)) |