[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/04: gnu: address@hidden: Update to 4.9.176.
From: |
guix-commits |
Subject: |
01/04: gnu: address@hidden: Update to 4.9.176. |
Date: |
Wed, 15 May 2019 19:02:33 -0400 (EDT) |
mhw pushed a commit to branch master
in repository guix.
commit d9cc8659fc2dd779108263101e051cb8944a0619
Author: Mark H Weaver <address@hidden>
Date: Wed May 15 18:54:44 2019 -0400
gnu: address@hidden: Update to 4.9.176.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.176.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ddc31a9..462e048 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.175"
- "0lzigx2im3m24jfxs3j2cgri8zy82izif0w717lairxr3zfn81a8"
+ (make-linux-libre "4.9.176"
+ "0v5rhb1nd9h4ssm0jxf3vspcm954pp7vkmz2k99p0yhw45i3aj6x"
'("x86_64-linux" "i686-linux")
#:configuration-file kernel-config))