diff options
author | Mark H Weaver <mhw@netris.org> | 2018-03-09 16:31:32 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-03-09 16:31:32 -0500 |
commit | ab9ad138025bdc01e286044e5de20bf03ad1c3b9 (patch) | |
tree | 9e9c137b645ae930d9c2e0ce777a5cab78b5aa0b | |
parent | 16bd3291a4ef84f6caa8fea9fd0f4715b3a8de97 (diff) | |
download | patches-ab9ad138025bdc01e286044e5de20bf03ad1c3b9.tar patches-ab9ad138025bdc01e286044e5de20bf03ad1c3b9.tar.gz |
gnu: linux-libre@4.1: Update to 4.1.50.
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.50.
-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 d4b9d0d0b9..7e49ae6ee2 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -414,8 +414,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.1 - (make-linux-libre "4.1.49" - "0dklmqj6ayjlkz97b811zdvpgb3yppahinji9l9jmkz4ssi7a1gs" + (make-linux-libre "4.1.50" + "1hl1pk724v2waa55bhxfmxyz9nl6pkcj4dc3l80jfvqdfgr55mm2" %intel-compatible-systems #:configuration-file kernel-config)) |