diff options
Diffstat (limited to 'gnu/packages/linux.scm')
| -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 0c41e3ed8b8..d33492a1af3 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -186,7 +186,7 @@ for SYSTEM, or #f if there is no configuration for SYSTEM." | |||
| 186 | #f))) | 186 | #f))) |
| 187 | 187 | ||
| 188 | (define-public linux-libre | 188 | (define-public linux-libre |
| 189 | (let* ((version "3.15") | 189 | (let* ((version "3.15.5") |
| 190 | (build-phase | 190 | (build-phase |
| 191 | '(lambda* (#:key system inputs #:allow-other-keys #:rest args) | 191 | '(lambda* (#:key system inputs #:allow-other-keys #:rest args) |
| 192 | ;; Apply the neat patch. | 192 | ;; Apply the neat patch. |
| @@ -259,7 +259,7 @@ for SYSTEM, or #f if there is no configuration for SYSTEM." | |||
| 259 | (uri (linux-libre-urls version)) | 259 | (uri (linux-libre-urls version)) |
| 260 | (sha256 | 260 | (sha256 |
| 261 | (base32 | 261 | (base32 |
| 262 | "125n04rwqmr3bm9slk62w6xcg355hx85rwv2x16nl6qki70hsick")))) | 262 | "0kh7yz6jl0jj6z24vh5qzzdn4s3ll4i4rnk4d0l0animnm3s305v")))) |
| 263 | (build-system gnu-build-system) | 263 | (build-system gnu-build-system) |
| 264 | (native-inputs `(("perl" ,perl) | 264 | (native-inputs `(("perl" ,perl) |
| 265 | ("bc" ,bc) | 265 | ("bc" ,bc) |
