diff options
author | Mark H Weaver <mhw@netris.org> | 2016-07-12 21:52:06 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-07-12 22:08:58 -0400 |
commit | 8f1488c63971360ece630e3cedae7d95e650cd4d (patch) | |
tree | 559d9f71ffa54de83ee8866efa4adb60a4af5eb1 | |
parent | bfcb3d767bbc24dc6c6d834619073351fbcc61b5 (diff) |
gnu: linux-libre-4.4: Update to 4.4.15.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.15.
-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 0fd40ee982..dd2f359bcf 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -341,13 +341,13 @@ It has been modified to remove all non-free binary blobs.") (define-public linux-libre-4.4 (package (inherit linux-libre) - (version "4.4.14") + (version "4.4.15") (source (origin (method url-fetch) (uri (linux-libre-urls version)) (sha256 (base32 - "1yfmzrjrkj8mn2dfd7p98w13afchrkpz26gwfcm2fhsmla16n1my")))) + "0n3lz4xnciif9v3y769q1pjs9321gvl6a2wr10r40sl1ixlk3ipz")))) (native-inputs (let ((conf (kernel-config (or (%current-target-system) (%current-system)) |