diff options
author | Mark H Weaver <mhw@netris.org> | 2017-11-03 01:31:06 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-11-03 01:31:06 -0400 |
commit | 0f3142e7c31761cfdbb9d5c803c70c6263c98791 (patch) | |
tree | 594a3f2a990f8584db950d5489943d0746885336 | |
parent | 336b8d422dce2880061d7ebf1d6d3228f808e9ed (diff) | |
download | guix-0f3142e7c31761cfdbb9d5c803c70c6263c98791.tar guix-0f3142e7c31761cfdbb9d5c803c70c6263c98791.tar.gz |
gnu: linux-libre: Update to 4.13.11.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.11.
(%linux-libre-hash): Update hash.
-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 1012c519d2..2ecf6bdfd3 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -368,8 +368,8 @@ It has been modified to remove all non-free binary blobs.") (define %intel-compatible-systems '("x86_64-linux" "i686-linux")) -(define %linux-libre-version "4.13.10") -(define %linux-libre-hash "0y1p5b1rxpbr3apvqqv589qwzfyzjpdrzysfj4h17s0k4gy6c5p8") +(define %linux-libre-version "4.13.11") +(define %linux-libre-hash "1x2q80s27qcp3skjhqb36xhhcnrjgsq49g7l1ggc3rb3f9cshm59") (define-public linux-libre (make-linux-libre %linux-libre-version |