diff options
author | Jason Self <j@jxself.org> | 2015-02-07 16:21:04 -0800 |
---|---|---|
committer | Jason Self <j@jxself.org> | 2015-02-07 16:21:04 -0800 |
commit | 59c4cceea842907993e22b60a032f1b0df781541 (patch) | |
tree | ed53f12cd92fd28a9403c30582d2adc564a0d5ba /gnu/packages | |
parent | 18cb3df83718afe1253481b42b4707771d99f0f0 (diff) | |
download | guix-59c4cceea842907993e22b60a032f1b0df781541.tar guix-59c4cceea842907993e22b60a032f1b0df781541.tar.gz |
gnu: linux-libre: Update to 3.18.6
* gnu/packages/linux.scm (linux-libre): Update to version 3.18.6.
Diffstat (limited to 'gnu/packages')
-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 f48235672e..09e2a4c913 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -197,7 +197,7 @@ for SYSTEM, or #f if there is no configuration for SYSTEM." #f))) (define-public linux-libre - (let* ((version "3.18.5") + (let* ((version "3.18.6") (build-phase '(lambda* (#:key system inputs #:allow-other-keys #:rest args) ;; Apply the neat patch. @@ -270,7 +270,7 @@ for SYSTEM, or #f if there is no configuration for SYSTEM." (uri (linux-libre-urls version)) (sha256 (base32 - "1sjmqr5y8mh3vrasc5dq3ldjj2d2s0pqv4mnhdc24fwk3lgrmz9v")))) + "1mqy91q4291pikximwj542rx2mgrinn57df3403s3rkf8ix97bdw")))) (build-system gnu-build-system) (native-inputs `(("perl" ,perl) ("bc" ,bc) |