diff options
author | Mark H Weaver <mhw@netris.org> | 2019-02-07 13:52:01 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-02-07 13:52:01 -0500 |
commit | 2b06fcdcd7b2a4614acd6eb3eea379b7305690e2 (patch) | |
tree | 46b56ca086acd5d381895a336dfca65283c8ddef | |
parent | 285bf324f0b3ec8a25cc8fe037e8e3c39a620991 (diff) | |
download | guix-2b06fcdcd7b2a4614acd6eb3eea379b7305690e2.tar guix-2b06fcdcd7b2a4614acd6eb3eea379b7305690e2.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.173.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.173.
-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 0edbd40717..08a04478d8 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -457,8 +457,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.172" - "000bz3jfg0li3rwlf2c80df6682lhi59hj1kwm4hw7whgg69xi7b" + (make-linux-libre "4.4.173" + "1iy8qzjvcssf7ppb590lqzhb01ap2fjqv9iam691q1d4r8vmgcsh" '("x86_64-linux" "i686-linux") #:configuration-file kernel-config)) |