diff options
author | Mark H Weaver <mhw@netris.org> | 2019-05-17 04:10:51 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-05-17 04:10:51 -0400 |
commit | d59c90a5bfdd6b723bea939b8538c7c9b3c1b2a6 (patch) | |
tree | a6f5d6ed8e113858e0db2070c49012d0e0b88e38 /gnu/packages/linux.scm | |
parent | e5cb98f5cd226602bd92b7f573ec9394ff2802f2 (diff) | |
download | patches-d59c90a5bfdd6b723bea939b8538c7c9b3c1b2a6.tar patches-d59c90a5bfdd6b723bea939b8538c7c9b3c1b2a6.tar.gz |
gnu: linux-libre: Update to 5.1.3.
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.3.
(%linux-libre-hash): Update hash.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 e90badc632..59cb1e6d05 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -426,8 +426,8 @@ for ARCH and optionally VARIANT, or #f if there is no such configuration." It has been modified to remove all non-free binary blobs.") (license license:gpl2))) -(define %linux-libre-version "5.1.2") -(define %linux-libre-hash "1v4i5lf95zjp3gvswhla9jz7yqkl0k13blf6y2z0229xh05627jb") +(define %linux-libre-version "5.1.3") +(define %linux-libre-hash "07y1hl1r4na7yd9k113q0vij54hw9m32kcg7wli2y2f5xxdzb6dx") (define %linux-libre-5.1-patches (list %boot-logo-patch |