diff options
author | Mark H Weaver <mhw@netris.org> | 2019-05-22 18:35:43 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-05-22 18:35:43 -0400 |
commit | 9ccd4e2ee8ce754ad8170d63b29d8b7ea7e89f97 (patch) | |
tree | cb0e26db5ef07e713f95ac4c94ee4cb59f9abac2 | |
parent | 8b2c8a62c8e6468bdeaa5d85ee20f5f7282fa1f2 (diff) |
gnu: linux-libre: Update to 5.1.4.
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.4.
(%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 8320f20a78..bdc2a5b01f 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.3") -(define %linux-libre-hash "07y1hl1r4na7yd9k113q0vij54hw9m32kcg7wli2y2f5xxdzb6dx") +(define %linux-libre-version "5.1.4") +(define %linux-libre-hash "02pzad29w2apcqsk4r4fq93539z3by8kvk1f59lb8xnl0gvhdi5v") (define %linux-libre-5.1-patches (list %boot-logo-patch |