summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorJason Self <j@jxself.org>2014-11-22 07:14:51 -0800
committerJason Self <j@jxself.org>2014-11-22 07:14:51 -0800
commit49ff939f52a108d32f150bbff63983d39daf047d (patch)
tree761df45075b91c0cdd69105e573466eb309c3610 /gnu
parent5dee80dde28bbaf00a1bc6c22a2e38474db00634 (diff)
gnu: linux-libre: Update to 3.17.4
* gnu/packages/linux.scm (linux-libre): Update to version 3.17.4.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 0d30aeea947..b9d9bd68c98 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -192,7 +192,7 @@ for SYSTEM, or #f if there is no configuration for SYSTEM."
192 #f))) 192 #f)))
193 193
194(define-public linux-libre 194(define-public linux-libre
195 (let* ((version "3.17.3") 195 (let* ((version "3.17.4")
196 (build-phase 196 (build-phase
197 '(lambda* (#:key system inputs #:allow-other-keys #:rest args) 197 '(lambda* (#:key system inputs #:allow-other-keys #:rest args)
198 ;; Apply the neat patch. 198 ;; Apply the neat patch.
@@ -265,7 +265,7 @@ for SYSTEM, or #f if there is no configuration for SYSTEM."
265 (uri (linux-libre-urls version)) 265 (uri (linux-libre-urls version))
266 (sha256 266 (sha256
267 (base32 267 (base32
268 "1qyk70m7y7ak94idkqpgyinnnpqpwxvl39rwh8pqdvrcm7w5b0lq")))) 268 "1wiiapji45yrbji5p0mmrjn32jbwbfga8rznpl22rngsjjayci8f"))))
269 (build-system gnu-build-system) 269 (build-system gnu-build-system)
270 (native-inputs `(("perl" ,perl) 270 (native-inputs `(("perl" ,perl)
271 ("bc" ,bc) 271 ("bc" ,bc)