diff options
author | Mark H Weaver <mhw@netris.org> | 2019-05-26 14:15:03 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-05-26 14:19:40 -0400 |
commit | 5ea87197f6f075df184a5c28f4414c4cc9351246 (patch) | |
tree | ad57e4719cb29dafde455538f102e3b1e3d0bffe /gnu/packages/linux.scm | |
parent | 5b7be798b2dce8b52db7021943ca896855fa657c (diff) | |
download | patches-5ea87197f6f075df184a5c28f4414c4cc9351246.tar patches-5ea87197f6f075df184a5c28f4414c4cc9351246.tar.gz |
gnu: linux-libre: Update to 5.1.5.
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.5.
(%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 5f69e5b248..9cf4232914 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.4") -(define %linux-libre-hash "02pzad29w2apcqsk4r4fq93539z3by8kvk1f59lb8xnl0gvhdi5v") +(define %linux-libre-version "5.1.5") +(define %linux-libre-hash "1zz0hlv509mf2vvrkvj8w19g3fhws6jk5j4ml47kzyr0lbs56iwa") (define %linux-libre-5.1-patches (list %boot-logo-patch |