diff options
author | Mark H Weaver <mhw@netris.org> | 2018-09-10 13:22:35 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-09-10 13:22:35 -0400 |
commit | d7e9bd15faddb2a7902f8745d927fdd5d73a5296 (patch) | |
tree | dced935535efcf5d1ba40d83985fbb69dc8f8518 /gnu | |
parent | 98184e566c004871c3c3510d66dc669cd2ea4462 (diff) | |
download | patches-d7e9bd15faddb2a7902f8745d927fdd5d73a5296.tar patches-d7e9bd15faddb2a7902f8745d927fdd5d73a5296.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.155.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.155.
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 7d5b3aed86..f510e02ab9 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.154" - "08i9fvrmswkydj538wg6c7ggxmhll0ff0bjkw8rnyslqwilfwr1i" + (make-linux-libre "4.4.155" + "1gcnwrgv0xghr550lcl6dmxdl59drzbi02mwp78g8vjql6ihdfys" %intel-compatible-systems #:configuration-file kernel-config)) |