diff options
author | Mark H Weaver <mhw@netris.org> | 2017-03-30 16:41:40 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-03-30 16:41:40 -0400 |
commit | 7f79df4ae8b8fc284898b0e002948f1694d4f47e (patch) | |
tree | 01f3be58eba6cc9ab878983e184994474dd9db63 | |
parent | 2513aac170781d2bbd0b8406cc425d9ce7cb9de4 (diff) | |
download | guix-7f79df4ae8b8fc284898b0e002948f1694d4f47e.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.58.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.58.
-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 afa2617a6a..8a18030d0a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -358,8 +358,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.57" - "18mgf2xvjfqkg62kmffhbpgxgqpizy400b9ndagq3rlx7pcx5v1j" + (make-linux-libre "4.4.58" + "1q5y26r65wkhcav7qq3x9mvz54dgcvcw2a5scpgya61b3kpnahb2" %intel-compatible-systems #:configuration-file kernel-config)) |