diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-04-07 23:35:28 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-04-07 23:39:31 +0200 |
commit | d013fe50ba28e5fca813ce067f416477b8041694 (patch) | |
tree | 0a745432332cf22189e3ce585e9e1e63b49486f7 /gnu | |
parent | 717003e3ee12e27e383417fc15be3f9f46ff068d (diff) | |
download | patches-d013fe50ba28e5fca813ce067f416477b8041694.tar patches-d013fe50ba28e5fca813ce067f416477b8041694.tar.gz |
gnu: linux-libre: Upgrade to 3.13.7.
* gnu/packages/linux.scm (linux-libre): Update to 3.13.7.
Diffstat (limited to 'gnu')
-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 c9f5bbcceb..66cf17ffc6 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -150,7 +150,7 @@ (license gpl2+))) (define-public linux-libre - (let* ((version "3.13") + (let* ((version "3.13.7") (build-phase '(lambda* (#:key system #:allow-other-keys #:rest args) (let ((arch (car (string-split system #\-)))) @@ -208,7 +208,7 @@ (uri (linux-libre-urls version)) (sha256 (base32 - "15pdizzxnnvpxmdb1lbi01kpingmdvj17b01vzbyjymi4vwfws3f")))) + "0j28dg0zq4vlbk4ady4fq021i8dxx2h8h90n26mzigr9hky86n8d")))) (build-system gnu-build-system) (native-inputs `(("perl" ,perl) ("bc" ,bc) |