[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: linux-libre-4.1: Update to 4.1.21.
From: |
Mark H. Weaver |
Subject: |
01/01: gnu: linux-libre-4.1: Update to 4.1.21. |
Date: |
Fri, 08 Apr 2016 01:21:52 +0000 |
mhw pushed a commit to branch master
in repository guix.
commit 1a9f5e9ff37de0a4f3025dc87924f9a7a6b78516
Author: Mark H Weaver <address@hidden>
Date: Thu Apr 7 21:13:40 2016 -0400
gnu: linux-libre-4.1: Update to 4.1.21.
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.21.
---
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 3a4c9f1..09886be 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -353,13 +353,13 @@ It has been modified to remove all non-free binary
blobs.")
(define-public linux-libre-4.1
(package
(inherit linux-libre)
- (version "4.1.20")
+ (version "4.1.21")
(source (origin
(method url-fetch)
(uri (linux-libre-urls version))
(sha256
(base32
- "0vwk6jh57djbwr29xvlgaf14409bq9vmwf6r6nq9jdl6dizfd110"))))
+ "1gfzwiinpxzhqb5xi7b1iv7ay96nrjlhia6bvcyq8ffkx7a2r715"))))
(native-inputs
(let ((conf (kernel-config (or (%current-target-system)
(%current-system))