me
/
guix
Archived
1
0
Fork 0

gnu: linux-libre-4.1: Update to 4.1.26.

* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.26.
master
Mark H Weaver 2016-06-10 16:31:50 -04:00
parent 7c6058c082
commit 08ffddead3
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 2 deletions

View File

@ -357,13 +357,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.25")
(version "4.1.26")
(source (origin
(method url-fetch)
(uri (linux-libre-urls version))
(sha256
(base32
"1vpgcnmfnn005rcd60wyyg0f84fgapdmz2dpcy77p2l66mw4pakf"))))
"1vrqz7z0b9zl6g8nbvz1hb2jhgy5zpnbdwc1v3zc4wjc35i2c4i4"))))
(native-inputs
(let ((conf (kernel-config (or (%current-target-system)
(%current-system))